JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-05-08T04:59:35.603Z||main|||||INFO|500||The following profiles are active: basic 2022-05-08T04:59:46.816Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-08T04:59:46.817Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-08T04:59:46.925Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-08T04:59:50.908Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-08T04:59:51.291Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-08T04:59:51.743Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-08T04:59:51.750Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-08T04:59:51.861Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-08T04:59:52.103Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-08T04:59:52.703Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-08T04:59:54.485Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-08T04:59:56.688Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-08T04:59:56.751Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-08T04:59:57.321Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-08T04:59:57.545Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-05-08T04:59:58.741Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-08T04:59:59.797Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-08T04:59:59.814Z||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$$6480366b.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-05-08T04:59:59.814Z||main|||||WARN|500||The sdc end point is not alive 2022-05-08T05:00:02.535Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-05-08T05:00:05.201Z||main|||||WARN|500||--- 2022-05-08T05:00:05.202Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-08T05:00:05.202Z||main|||||WARN|500||--- 2022-05-08T05:00:05.649Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-08T05:00:11.014Z||main|||||INFO|500||Started Application in 38.362 seconds (JVM running for 40.424) 2022-05-08T05:00:11.029Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-08T05:00:11.031Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-08T05:00:11.042Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-08T05:00:11.066Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-08T05:00:11.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7e9f942a-5eb5-43b1-9ec8-0b6283b81810 url= /sdc/v1/artifactTypes 2022-05-08T05:00:11.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-08T05:00:11.374Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-08T05:00:11.397Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-05-08T05:00:11.416Z||scheduling-1|||||DEBUG|500||create keys 2022-05-08T05:00:11.423Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-08T05:00:11.490Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:00:11.506Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 819e5a4f-d31c-49e1-a863-58406a390152 url= /sdc/v1/registerForDistribution 2022-05-08T05:00:11.890Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 819e5a4f-d31c-49e1-a863-58406a390152 url= /sdc/v1/registerForDistribution 2022-05-08T05:00:11.891Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-08T05:00:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:00:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:00:11.908Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:00:11.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:00:11.908Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:00:11.908Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:00:11.908Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-08T05:00:22.159Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:00:22.158Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:01:11.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:01:11.899Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:01:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:01:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:01:11.901Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:01:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:01:21.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:01:21.456Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:02:11.898Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:02:11.899Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:02:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:02:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:02:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:02:11.902Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:02:21.462Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:02:21.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:03:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:03:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:03:11.902Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:03:11.902Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:03:11.905Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:03:11.906Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:03:21.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:03:21.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:04:11.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:04:11.900Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:04:11.900Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:04:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:04:11.903Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:04:11.903Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:04:21.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:04:21.450Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:05:11.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:05:11.899Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:05:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:05:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:05:11.901Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:05:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:05:21.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:05:21.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:06:11.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:06:11.899Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:06:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:06:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:06:11.903Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:06:11.903Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:06:21.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:06:21.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:07:11.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:07:11.899Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:07:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:07:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:07:11.902Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:07:11.902Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:07:21.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:07:21.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:08:11.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:08:11.899Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:08:11.900Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:08:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:08:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:08:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:08:21.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:08:21.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:09:11.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:09:11.899Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:09:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:09:11.900Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:09:11.901Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:09:11.902Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:09:21.442Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:09:21.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:10:04.329Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-08T05:10:11.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:10:11.899Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:10:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:10:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:10:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:10:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:10:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:10:21.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:11:11.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:11:11.899Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:11:11.900Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:11:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:11:11.900Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:11:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:11:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:11:21.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:12:11.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:12:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:12:11.900Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:12:11.900Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:12:11.901Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:12:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:12:21.452Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:12:21.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:13:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:13:11.900Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:13:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:13:11.900Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:13:11.901Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:13:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:13:21.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:13:21.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:14:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:14:11.900Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:14:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:14:11.900Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:14:11.901Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:14:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:14:21.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:14:21.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:15:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:15:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:15:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:15:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:15:11.901Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:15:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:15:21.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:15:21.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:16:11.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:16:11.899Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:16:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:16:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:16:11.902Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:16:11.902Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:16:21.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:16:21.445Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:17:11.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:17:11.899Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:17:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:17:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:17:11.902Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:17:11.902Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:17:21.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:17:21.439Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:18:11.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:18:11.899Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:18:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:18:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:18:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:18:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:18:21.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:18:21.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:19:11.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:19:11.899Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:19:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:19:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:19:11.901Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:19:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:19:21.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:19:21.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:20:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:20:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:20:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:20:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:20:11.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:20:11.902Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:20:21.449Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:20:21.449Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:21:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:21:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:21:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:21:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:21:11.901Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:21:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:21:21.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:21:21.444Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:22:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:22:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:22:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:22:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:22:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:22:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:22:21.448Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:22:21.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:23:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:23:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:23:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:23:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:23:11.901Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:23:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:23:21.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:23:21.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:24:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:24:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:24:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:24:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:24:11.901Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:24:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:24:21.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:24:21.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:25:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:25:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:25:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:25:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:25:11.901Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:25:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:25:21.447Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:25:21.447Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:26:11.899Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:26:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:26:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:26:11.901Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:26:11.902Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:26:11.902Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:26:21.459Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:26:21.461Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:27:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:27:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:27:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:27:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:27:11.901Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:27:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:27:21.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:27:21.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:28:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:28:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:28:11.901Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:28:11.901Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:28:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:28:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:28:21.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:28:21.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:29:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:29:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:29:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:29:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:29:11.901Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:29:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:29:21.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:29:21.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:30:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:30:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:30:11.900Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:30:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:30:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:30:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:30:21.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:30:21.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:31:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:31:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:31:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:31:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:31:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:31:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:31:21.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:31:21.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:32:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:32:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:32:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:32:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:32:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:32:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:32:21.444Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:32:21.444Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:33:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:33:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:33:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:33:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:33:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:33:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:33:21.460Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:33:21.460Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:34:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:34:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:34:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:34:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:34:11.901Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:34:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:34:21.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:34:21.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:35:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:35:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:35:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:35:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:35:11.901Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:35:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:35:21.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:35:21.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:36:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:36:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:36:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:36:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:36:11.901Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:36:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:36:21.440Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:36:21.442Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:37:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:37:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:37:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:37:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:37:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:37:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:37:15.750Z||http-nio-8085-exec-9|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T05:37:21.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:37:21.457Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:38:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:38:11.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:38:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:38:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:38:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:38:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:38:21.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:38:21.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:39:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:39:11.900Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:39:11.900Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:39:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:39:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:39:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:39:21.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:39:21.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:40:11.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:40:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:40:11.901Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:40:11.901Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:40:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:40:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:40:21.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:40:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:41:11.898Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:41:11.899Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:41:11.899Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:41:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:41:11.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:41:11.902Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:41:21.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:41:21.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:42:11.898Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:42:11.899Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:42:11.899Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:42:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:42:11.901Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:42:11.902Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:42:21.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:42:21.447Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:43:11.898Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:43:11.899Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:43:11.899Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:43:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:43:11.901Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:43:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:43:21.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:43:21.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:44:11.898Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:44:11.899Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:44:11.899Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:44:11.900Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:44:11.901Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:44:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:44:21.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:44:21.443Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:45:11.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:45:11.899Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:45:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:45:11.901Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:45:11.902Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:45:11.902Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:45:21.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:45:21.458Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:46:11.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:46:11.899Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:46:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:46:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:46:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:46:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:46:21.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:46:21.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:47:11.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:47:11.899Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:47:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:47:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:47:11.901Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:47:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:47:21.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:47:21.441Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:48:11.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:48:11.899Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:48:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:48:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:48:11.901Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:48:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:48:21.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:48:21.439Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:49:11.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:49:11.899Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:49:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:49:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:49:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:49:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:49:21.439Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:49:21.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:50:11.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:50:11.899Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:50:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:50:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:50:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:50:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:50:21.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:50:21.446Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:11.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:51:11.899Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:51:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:51:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:51:11.900Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:51:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:51:12.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:12.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989036268, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "ves-openapi-manager", "timestamp": 1651989033452, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "aai-ml", "timestamp": 1651989029626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989036268, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "ves-openapi-manager", "timestamp": 1651989033452, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "aai-ml", "timestamp": 1651989029626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989036268, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "ves-openapi-manager", "timestamp": 1651989033452, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "aai-ml", "timestamp": 1651989029626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989036268, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "ves-openapi-manager", "timestamp": 1651989033452, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "aai-ml", "timestamp": 1651989029626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "cds", "timestamp": 1651989040472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989036268, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "ves-openapi-manager", "timestamp": 1651989033452, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "aai-ml", "timestamp": 1651989029626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "cds", "timestamp": 1651989040472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989036268, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "ves-openapi-manager", "timestamp": 1651989033452, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "aai-ml", "timestamp": 1651989029626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "cds", "timestamp": 1651989040472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989036268, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "NOTIFIED" } 2022-05-08T05:51:12.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "ves-openapi-manager", "timestamp": 1651989033452, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "aai-ml", "timestamp": 1651989029626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "NOTIFIED" } 2022-05-08T05:51:12.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "cds", "timestamp": 1651989040472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "cds", "timestamp": 1651989040472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989044789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T05:51:12.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:51:12.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "aai-ml", "timestamp": 1651989045537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T05:51:12.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:51:12.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "cds", "timestamp": 1651989040472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "multicloud-k8s-id", "timestamp": 1651989045454, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "cds", "timestamp": 1651989040472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "NOTIFIED" } 2022-05-08T05:51:12.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "multicloud-k8s-id", "timestamp": 1651989045454, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json", "status": "NOTIFIED" } 2022-05-08T05:51:12.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "policy-id", "timestamp": 1651989046782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "cds", "timestamp": 1651989048604, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T05:51:12.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:51:12.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "multicloud-k8s-id", "timestamp": 1651989045454, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-08T05:51:12.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "policy-id", "timestamp": 1651989046782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989048225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T05:51:12.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:51:12.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "cds", "timestamp": 1651989049629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T05:51:12.461Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3790e5ce-4439-48ca-82cb-41487bbd3640 2022-05-08T05:51:12.483Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3790e5ce-4439-48ca-82cb-41487bbd3640 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T05:51:12.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "multicloud-k8s-id", "timestamp": 1651989045454, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "policy-id", "timestamp": 1651989046782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-08T05:51:12.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989049230, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T05:51:12.518Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:12.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.522Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3790e5ce-4439-48ca-82cb-41487bbd3640 2022-05-08T05:51:12.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3790e5ce-4439-48ca-82cb-41487bbd3640","serviceName":"vFW 2022-05-08 05-49-04","serviceVersion":"1.0","serviceUUID":"50cdc7ac-b383-441c-a425-cc456015ce9d","serviceDescription":"catalog service description","serviceInvariantUUID":"380c2c7b-7000-4aef-b691-b94643608eaf","resources":[{"resourceInstanceName":"vFW 1e375c2f-0eb5 0","resourceName":"vFW 1e375c2f-0eb5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c76f2ca-d1ab-46a2-a6ef-afeada19a5f5","resourceInvariantUUID":"30323178-ea51-421b-8e3d-1fbc8d7fde76","resourceCustomizationUUID":"4c586c56-ada1-4904-b880-41c2c39a3273","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vf-license-model.xml","artifactChecksum":"ZmE1MjFlMjNiOGZhN2RjNTMxNjdlMWQ4ODhlOTMwYjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3709d582-b565-4676-9e46-13e763c18238","artifactVersion":"1"},{"artifactName":"vfw1e375c2f0eb50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json","artifactChecksum":"NDc2NzcxOWYwNjNkOWIyN2ZhNzRlZjNlY2YwNjdkYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4763d63d-d71c-4154-83a3-d3a6b9b3dcb7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7db79535-beb9-4868-9e2c-69e17746373b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMzYWQ3MWY0ZDhhNTM3ZjgzZmRiNjAyMzU3MGU0YTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f950557-15d9-4fdb-9a04-4a6239602f30","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e081f08c-058f-4773-9d02-8448712111ea","artifactVersion":"2","generatedFromUUID":"7db79535-beb9-4868-9e2c-69e17746373b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220508054904-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-template.yml","artifactChecksum":"ODQwNjRhZTIwMGYxOTg2Mzc3M2U2ZTgzOGIwNDU5Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb00db4d-1885-4a35-8feb-7af05f44971e","artifactVersion":"1"},{"artifactName":"service-Vfw20220508054904-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar","artifactChecksum":"MDg0NDQ4NDVjNDRiMDU5ZmY0Njk5NzFiMzQ5NmZmYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07528e19-0fa0-4e12-8a08-3a18a3008d0e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T05:51:12.522Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3790e5ce-4439-48ca-82cb-41487bbd3640 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T05:51:12.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "multicloud-k8s-id", "timestamp": 1651989045454, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-08T05:51:12.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "policy-id", "timestamp": 1651989046782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "multicloud-k8s-id", "timestamp": 1651989045454, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.532Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T05:51:12.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "policy-id", "timestamp": 1651989046782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "multicloud-k8s-id", "timestamp": 1651989045454, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "NOTIFIED" } 2022-05-08T05:51:12.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "policy-id", "timestamp": 1651989046782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "policy-id", "timestamp": 1651989046782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "NOTIFIED" } 2022-05-08T05:51:12.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "multicloud-k8s-id", "timestamp": 1651989053493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T05:51:12.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:51:12.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "policy-id", "timestamp": 1651989054773, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T05:51:12.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:51:12.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "clamp", "timestamp": 1651989054372, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "multicloud-k8s-id", "timestamp": 1651989054786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T05:51:12.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:51:12.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "policy-id", "timestamp": 1651989055785, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T05:51:12.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:51:12.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "clamp", "timestamp": 1651989054372, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json", "status": "NOTIFIED" } 2022-05-08T05:51:12.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "multicloud-k8s-id", "timestamp": 1651989055980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-08T05:51:12.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:51:12.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "policy-id", "timestamp": 1651989056792, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T05:51:12.541Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:51:12.544Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3790e5ce-4439-48ca-82cb-41487bbd3640 2022-05-08T05:51:12.544Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3790e5ce-4439-48ca-82cb-41487bbd3640 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T05:51:12.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "clamp", "timestamp": 1651989054372, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "multicloud-k8s-id", "timestamp": 1651989057035, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-05-08T05:51:12.557Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:51:12.557Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vf-license-model.xml", "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-05-08T05:51:12.563Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3790e5ce-4439-48ca-82cb-41487bbd3640 2022-05-08T05:51:12.563Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3790e5ce-4439-48ca-82cb-41487bbd3640 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-08T05:51:12.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "clamp", "timestamp": 1651989054372, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "multicloud-k8s-id", "timestamp": 1651989058038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json", "status": "DEPLOY_OK" } 2022-05-08T05:51:12.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:51:12.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "clamp", "timestamp": 1651989054372, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "clamp", "timestamp": 1651989054372, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "aai-ml", "timestamp": 1651989060720, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T05:51:12.574Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:51:12.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "clamp", "timestamp": 1651989054372, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "NOTIFIED" } 2022-05-08T05:51:12.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "aai-ml", "timestamp": 1651989061726, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T05:51:12.580Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3790e5ce-4439-48ca-82cb-41487bbd3640 2022-05-08T05:51:12.581Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3790e5ce-4439-48ca-82cb-41487bbd3640 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T05:51:12.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "clamp", "timestamp": 1651989066413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T05:51:12.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:51:12.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "clamp", "timestamp": 1651989067477, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T05:51:12.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:51:12.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1651989065453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "aai-ml", "timestamp": 1651989062730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989066268, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "policy-id", "timestamp": 1651989066782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "clamp", "timestamp": 1651989068482, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T05:51:12.596Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3790e5ce-4439-48ca-82cb-41487bbd3640 2022-05-08T05:51:12.596Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3790e5ce-4439-48ca-82cb-41487bbd3640 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T05:51:12.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "aai-ml", "timestamp": 1651989062730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1651989065453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json", "status": "NOTIFIED" } 2022-05-08T05:51:12.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989066268, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "policy-id", "timestamp": 1651989066782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "aai-ml", "timestamp": 1651989062730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1651989065453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-08T05:51:12.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989066268, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "policy-id", "timestamp": 1651989066782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-08T05:51:12.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "cds", "timestamp": 1651989070472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "aai-ml", "timestamp": 1651989062730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1651989065453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989066268, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:51:12.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "policy-id", "timestamp": 1651989066782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:12.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:51:12.656Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-05-08T05:51:12.661Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:51:12.661Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:51:12.672Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:12.672Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:51:13.566Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T05:51:13.566Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:51:13.568Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:51:13.569Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json", "status": "NOTIFIED" } 2022-05-08T05:51:13.668Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T05:51:13.669Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:51:13.670Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:51:13.679Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:13.680Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:51:14.569Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T05:51:14.570Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:51:14.573Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:51:14.573Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-08T05:51:14.673Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T05:51:14.674Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:51:14.674Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:51:14.684Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:14.684Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:51:15.574Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T05:51:15.575Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:51:15.577Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:51:15.578Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:15.677Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T05:51:15.678Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:51:15.679Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:51:15.687Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:15.687Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:51:16.578Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T05:51:16.580Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:51:16.582Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:51:16.583Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-08T05:51:16.684Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T05:51:16.685Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:51:16.685Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:51:16.695Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:16.695Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:51:17.583Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T05:51:17.584Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:51:17.587Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:51:17.587Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:51:17.687Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T05:51:17.687Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:51:17.688Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:51:17.698Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:17.699Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-08T05:51:18.587Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T05:51:18.588Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:51:18.591Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:51:18.591Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "NOTIFIED" } 2022-05-08T05:51:18.691Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T05:51:18.692Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:51:18.692Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:51:18.701Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:18.701Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:51:19.593Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "serviceName": "vFW 2022-05-08 05-49-04", "serviceVersion": "1.0", "serviceUUID": "50cdc7ac-b383-441c-a425-cc456015ce9d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "380c2c7b-7000-4aef-b691-b94643608eaf", "resources": [ { "resourceInstanceName": "vFW 1e375c2f-0eb5 0", "resourceCustomizationUUID": "4c586c56-ada1-4904-b880-41c2c39a3273", "resourceName": "vFW 1e375c2f-0eb5", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2c76f2ca-d1ab-46a2-a6ef-afeada19a5f5", "resourceInvariantUUID": "30323178-ea51-421b-8e3d-1fbc8d7fde76", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw1e375c2f0eb50_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json", "artifactChecksum": "NDc2NzcxOWYwNjNkOWIyN2ZhNzRlZjNlY2YwNjdkYzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4763d63d-d71c-4154-83a3-d3a6b9b3dcb7", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7db79535-beb9-4868-9e2c-69e17746373b", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e081f08c-058f-4773-9d02-8448712111ea", "generatedFromUUID": "7db79535-beb9-4868-9e2c-69e17746373b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e081f08c-058f-4773-9d02-8448712111ea", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220508054904-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "artifactChecksum": "MDg0NDQ4NDVjNDRiMDU5ZmY0Njk5NzFiMzQ5NmZmYjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "07528e19-0fa0-4e12-8a08-3a18a3008d0e" } ], "workloadContext": "Production" } 2022-05-08T05:51:19.594Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T05:51:19.595Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 50cdc7ac-b383-441c-a425-cc456015ce9d ASDC 2022-05-08T05:51:19.710Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3790e5ce-4439-48ca-82cb-41487bbd3640 ServiceName:vFW 2022-05-08 05-49-04 ServiceVersion:1.0 ServiceUUID:50cdc7ac-b383-441c-a425-cc456015ce9d ServiceInvariantUUID:380c2c7b-7000-4aef-b691-b94643608eaf ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220508054904-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar ArtifactUUID:07528e19-0fa0-4e12-8a08-3a18a3008d0e ArtifactChecksum:MDg0NDQ4NDVjNDRiMDU5ZmY0Njk5NzFiMzQ5NmZmYjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 1e375c2f-0eb5 0 ResourceCustomizationUUID:4c586c56-ada1-4904-b880-41c2c39a3273 ResourceInvariantUUID:30323178-ea51-421b-8e3d-1fbc8d7fde76 ResourceName:vFW 1e375c2f-0eb5 ResourceType:VF ResourceUUID:2c76f2ca-d1ab-46a2-a6ef-afeada19a5f5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw1e375c2f0eb50_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json ArtifactUUID:4763d63d-d71c-4154-83a3-d3a6b9b3dcb7 ArtifactChecksum:NDc2NzcxOWYwNjNkOWIyN2ZhNzRlZjNlY2YwNjdkYzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml ArtifactUUID:7db79535-beb9-4868-9e2c-69e17746373b ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env ArtifactUUID:e081f08c-058f-4773-9d02-8448712111ea ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env ArtifactUUID:e081f08c-058f-4773-9d02-8448712111ea ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-08T05:51:19.711Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50cdc7ac-b383-441c-a425-cc456015ce9d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T05:51:19.764Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T05:51:19.765Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-08T05:51:19.767Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-08T05:51:19.767Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 07528e19-0fa0-4e12-8a08-3a18a3008d0e from URL: /sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:19.767Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-08T05:51:19.769Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:20.780Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-08T05:51:20.798Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar 07528e19-0fa0-4e12-8a08-3a18a3008d0e 98992 2022-05-08T05:51:20.800Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar ASDC sendASDCNotification 2022-05-08T05:51:20.800Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:20.801Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T05:51:20.802Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:51:20.805Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:51:20.805Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989080799, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T05:51:20.905Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T05:51:20.905Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:51:20.906Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:51:20.918Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:20.918Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-08T05:51:21.806Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T05:51:21.808Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-08T05:51:21.808Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 07528e19-0fa0-4e12-8a08-3a18a3008d0e, URL: /sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar to file: /app/ASDC/1/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:21.809Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220508054904-csar.csar 2022-05-08T05:51:21.901Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:21.901Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:22.684Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5266846886119993272/Definitions/service-Vfw20220508054904-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-05-08T05:51:25.705Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T05:51:25.710Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-08T05:51:25.710Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:25.711Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-08T05:51:25.711Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:25.711Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:25.711Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:25.712Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:25.712Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:25.712Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:25.712Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:25.712Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:25.713Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:25.713Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:25.713Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:25.713Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1e375c2f-0eb5 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:25.713Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:25.714Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-08T05:51:25.720Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:25.722Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-08 05-49-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:51:25.726Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is matching search criteria 2022-05-08T05:51:25.726Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-08T05:51:25.728Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1e375c2f-0eb5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T05:51:25.730Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:25.730Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-08 05-49-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:51:25.730Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is matching search criteria 2022-05-08T05:51:25.730Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-08T05:51:25.731Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1e375c2f-0eb5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T05:51:25.731Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:25.731Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-08 05-49-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:51:25.735Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:25.735Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is not matching search criteria 2022-05-08T05:51:25.735Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-08T05:51:25.736Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-08T05:51:25.736Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-08T05:51:25.736Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-08T05:51:25.736Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T05:51:25.737Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-08T05:51:25.737Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-08T05:51:25.737Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-08T05:51:25.737Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-08T05:51:25.737Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-08T05:51:25.738Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-08T05:51:25.738Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-08T05:51:25.738Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-08T05:51:25.738Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-08T05:51:25.739Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T05:51:25.739Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-08T05:51:25.739Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:25.739Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-08 05-49-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T05:51:25.741Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:25.741Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is matching search criteria 2022-05-08T05:51:25.741Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1e375c2f-0eb5 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T05:51:25.741Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:25.742Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is matching search criteria 2022-05-08T05:51:25.742Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1e375c2f-0eb5 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T05:51:25.742Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:25.743Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is matching search criteria 2022-05-08T05:51:25.743Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1e375c2f-0eb5 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T05:51:25.743Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:25.743Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is not matching search criteria 2022-05-08T05:51:25.744Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-08T05:51:25.744Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-08T05:51:25.744Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-08T05:51:25.744Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-08T05:51:25.745Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-08T05:51:25.745Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-08T05:51:25.745Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-08T05:51:25.745Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-08T05:51:25.745Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-08T05:51:25.746Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-08T05:51:25.746Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T05:51:25.746Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2d6b358b-a096-44a3-886f-f1f9bf98073a 2022-05-08T05:51:25.746Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:25.747Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is not matching search criteria 2022-05-08T05:51:25.747Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-08T05:51:25.747Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-08T05:51:25.747Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-08T05:51:25.748Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-08T05:51:25.748Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T05:51:25.748Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-08T05:51:25.748Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-08T05:51:25.749Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-08T05:51:25.749Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-08T05:51:25.749Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-08T05:51:25.749Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-08T05:51:25.750Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T05:51:25.750Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f43d46a6-8593-4b77-b4fb-14595f844988 2022-05-08T05:51:25.750Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:25.751Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is not matching search criteria 2022-05-08T05:51:25.751Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-08T05:51:25.751Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-08T05:51:25.752Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-08T05:51:25.752Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-08T05:51:25.752Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T05:51:25.752Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-08T05:51:25.752Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-08T05:51:25.753Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-08T05:51:25.753Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-08T05:51:25.753Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-08T05:51:25.753Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-08T05:51:25.753Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-08T05:51:25.754Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ea91c73a-1724-4c2e-aeac-8828bff7d050 2022-05-08T05:51:25.754Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:25.754Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-08 05-49-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:51:25.755Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:25.755Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-08 05-49-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:51:25.755Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:25.755Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-08 05-49-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:51:25.755Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:25.756Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-08 05-49-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:51:25.756Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-08 05-49-04 Description:catalog service description Model UUID:50cdc7ac-b383-441c-a425-cc456015ce9d Model Version:NULL Model InvariantUuid:380c2c7b-7000-4aef-b691-b94643608eaf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 1e375c2f-0eb5 Model UUID:1b8e8d8c-4b55-4091-95aa-ffe1f03723a8 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:30323178-ea51-421b-8e3d-1fbc8d7fde76 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4c586c56-ada1-4904-b880-41c2c39a3273 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dceffe92-b04c-4c2a-b417-6ca9dd88994a ModelName:Vfw1e375c2f0eb5..base_vfw..module-0 ModelUuid:2d5879a3-7ea6-43f3-8d54-17116d5e3ea5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2d6b358b-a096-44a3-886f-f1f9bf98073a ModelInvariantUuid:c71695ca-6ac2-4bde-9f82-6a67dbc2e523 ModelName:vFW 1e375c2f-0eb5-nodes.vfwCvfc ModelUuid:7135e968-926e-417a-a8d6-9b0d1167c2b4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:1469b8b7-8898-4fc7-b1e4-baa1dce3d8b2 ModelInvariantUuid:a8c4588f-db01-4192-843a-fbbecaa50543 ModelName:Vfw1e375c2f0eb5.compute.nodes.heat.vfw ModelUuid:65a47417-aa54-4ad4-b9f8-fa9db3edfa15 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f43d46a6-8593-4b77-b4fb-14595f844988 ModelInvariantUuid:57ee54a6-557c-4c83-81db-f5ae5134d5eb ModelName:vFW 1e375c2f-0eb5-nodes.vsnCvfc ModelUuid:125521a7-aac8-4719-9dc3-6fc15d883cbd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c5f898e2-71d4-4561-b808-7c72ff06dfc4 ModelInvariantUuid:c0127e83-0cc3-484d-9865-dd977487ad20 ModelName:Vfw1e375c2f0eb5.compute.nodes.heat.vsn ModelUuid:0b8faef5-9694-4cfc-bbc7-4d38c346b523 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ea91c73a-1724-4c2e-aeac-8828bff7d050 ModelInvariantUuid:a733f7fc-7f8f-4a7b-95f7-06b65dabc8a5 ModelName:vFW 1e375c2f-0eb5-nodes.vpgCvfc ModelUuid:b6daf683-9dbf-4cc8-abeb-1d9a6342f570 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:4a9334e4-6da1-48ba-94d7-03bdf7eaccb0 ModelInvariantUuid:e5dc2ecf-e129-4fdd-b010-49e8fdbf199f ModelName:Vfw1e375c2f0eb5.compute.nodes.heat.vpg ModelUuid:8a40a5a5-9aa9-4598-aaf0-b71525caeb18 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T05:51:25.769Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 2c76f2ca-d1ab-46a2-a6ef-afeada19a5f5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T05:51:25.858Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||vFW 1e375c2f-0eb5 0 2022-05-08T05:51:25.864Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2c76f2ca-d1ab-46a2-a6ef-afeada19a5f5 2022-05-08T05:51:25.864Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4763d63d-d71c-4154-83a3-d3a6b9b3dcb7 from URL: /sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json 2022-05-08T05:51:25.864Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-08T05:51:25.864Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json 2022-05-08T05:51:26.001Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-08T05:51:26.002Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json 4763d63d-d71c-4154-83a3-d3a6b9b3dcb7 785 2022-05-08T05:51:26.002Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json ASDC sendASDCNotification 2022-05-08T05:51:26.002Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json 2022-05-08T05:51:26.002Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T05:51:26.003Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:51:26.006Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:51:26.006Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989086002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T05:51:26.106Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T05:51:26.107Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:51:26.107Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:51:26.133Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:26.133Z||pool-11-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:51:27.008Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw1e375c2f0eb5..base_vfw..module-0", "vfModuleModelInvariantUUID": "dceffe92-b04c-4c2a-b417-6ca9dd88994a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2d5879a3-7ea6-43f3-8d54-17116d5e3ea5", "vfModuleModelCustomizationUUID": "9fd0f917-b6f3-4d4a-8ffc-938cdaa7e4e2", "isBase": true, "artifacts": [ "7db79535-beb9-4868-9e2c-69e17746373b", "e081f08c-058f-4773-9d02-8448712111ea" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T05:51:27.022Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw1e375c2f0eb5..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2d5879a3-7ea6-43f3-8d54-17116d5e3ea5 VfModuleModelInvariantUUID:dceffe92-b04c-4c2a-b417-6ca9dd88994a VfModuleModelDescription:NULL Artifacts UUID List:{ 7db79535-beb9-4868-9e2c-69e17746373b , e081f08c-058f-4773-9d02-8448712111ea } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T05:51:27.025Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw1e375c2f0eb5..base_vfw..module-0", "vfModuleModelInvariantUUID": "dceffe92-b04c-4c2a-b417-6ca9dd88994a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2d5879a3-7ea6-43f3-8d54-17116d5e3ea5", "vfModuleModelCustomizationUUID": "9fd0f917-b6f3-4d4a-8ffc-938cdaa7e4e2", "isBase": true, "artifacts": [ "7db79535-beb9-4868-9e2c-69e17746373b", "e081f08c-058f-4773-9d02-8448712111ea" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T05:51:27.027Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw1e375c2f0eb5..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2d5879a3-7ea6-43f3-8d54-17116d5e3ea5 VfModuleModelInvariantUUID:dceffe92-b04c-4c2a-b417-6ca9dd88994a VfModuleModelDescription:NULL Artifacts UUID List:{ 7db79535-beb9-4868-9e2c-69e17746373b , e081f08c-058f-4773-9d02-8448712111ea } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T05:51:27.027Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7db79535-beb9-4868-9e2c-69e17746373b from URL: /sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml 2022-05-08T05:51:27.027Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-08T05:51:27.027Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml 2022-05-08T05:51:27.132Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-08T05:51:27.133Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml 7db79535-beb9-4868-9e2c-69e17746373b 20368 2022-05-08T05:51:27.133Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-08T05:51:27.133Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml 2022-05-08T05:51:27.133Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T05:51:27.133Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:51:27.135Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:51:27.135Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989087133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T05:51:27.236Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T05:51:27.236Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:51:27.237Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:51:27.246Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:27.247Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:51:28.136Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e081f08c-058f-4773-9d02-8448712111ea from URL: /sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env 2022-05-08T05:51:28.137Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-08T05:51:28.137Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env 2022-05-08T05:51:28.191Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-08T05:51:28.191Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env e081f08c-058f-4773-9d02-8448712111ea 2098 2022-05-08T05:51:28.192Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-08T05:51:28.192Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env 2022-05-08T05:51:28.192Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T05:51:28.192Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:51:28.195Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:51:28.195Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989088192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-08T05:51:28.295Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T05:51:28.295Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:51:28.296Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:51:28.306Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:28.307Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:51:29.197Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 50cdc7ac-b383-441c-a425-cc456015ce9d 2022-05-08T05:51:29.198Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1e375c2f-0eb5 0 2c76f2ca-d1ab-46a2-a6ef-afeada19a5f5 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T05:51:29.235Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@462b3b6e, org.onap.sdc.toscaparser.api.parameters.Input@65a99899, org.onap.sdc.toscaparser.api.parameters.Input@61d28065, org.onap.sdc.toscaparser.api.parameters.Input@7b39115f, org.onap.sdc.toscaparser.api.parameters.Input@64d6a51d] 2022-05-08T05:51:29.239Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.239Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-08 05-49-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:51:29.239Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-05-08T05:51:29.240Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 4c586c56-ada1-4904-b880-41c2c39a3273 2022-05-08T05:51:29.240Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c586c56-ada1-4904-b880-41c2c39a3273 matches Tosca VF Customization UUID: 4c586c56-ada1-4904-b880-41c2c39a3273 2022-05-08T05:51:29.240Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 4c586c56-ada1-4904-b880-41c2c39a3273 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-08T05:51:29.246Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.246Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-08 05-49-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:51:29.247Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 4c586c56-ada1-4904-b880-41c2c39a3273: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-05-08T05:51:29.248Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d8a9979 2022-05-08T05:51:29.248Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.248Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-08 05-49-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T05:51:29.249Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9fd0f917-b6f3-4d4a-8ffc-938cdaa7e4e2 2022-05-08T05:51:29.250Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9fd0f917-b6f3-4d4a-8ffc-938cdaa7e4e2 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-08T05:51:29.255Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.256Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is matching search criteria 2022-05-08T05:51:29.256Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1e375c2f-0eb5 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T05:51:29.257Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.257Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is matching search criteria 2022-05-08T05:51:29.258Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1e375c2f-0eb5 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T05:51:29.258Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.258Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is not matching search criteria 2022-05-08T05:51:29.259Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-08T05:51:29.259Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-08T05:51:29.259Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-08T05:51:29.259Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-08T05:51:29.260Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-08T05:51:29.260Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-08T05:51:29.260Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-08T05:51:29.260Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-08T05:51:29.261Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-08T05:51:29.261Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-08T05:51:29.261Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T05:51:29.262Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2d6b358b-a096-44a3-886f-f1f9bf98073a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-08T05:51:29.268Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.268Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is matching search criteria 2022-05-08T05:51:29.269Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1e375c2f-0eb5 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T05:51:29.269Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.269Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is not matching search criteria 2022-05-08T05:51:29.270Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-08T05:51:29.270Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-08T05:51:29.270Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-08T05:51:29.270Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-08T05:51:29.271Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T05:51:29.271Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-08T05:51:29.271Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-08T05:51:29.272Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-08T05:51:29.272Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-08T05:51:29.272Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-08T05:51:29.272Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-08T05:51:29.273Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T05:51:29.273Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f43d46a6-8593-4b77-b4fb-14595f844988 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-08T05:51:29.275Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.275Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is matching search criteria 2022-05-08T05:51:29.275Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1e375c2f-0eb5 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T05:51:29.278Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.278Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is not matching search criteria 2022-05-08T05:51:29.278Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-08T05:51:29.279Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-08T05:51:29.279Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-08T05:51:29.279Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-08T05:51:29.279Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-08T05:51:29.280Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-08T05:51:29.280Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-08T05:51:29.280Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-08T05:51:29.280Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-08T05:51:29.281Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-08T05:51:29.281Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-08T05:51:29.281Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-08T05:51:29.281Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ea91c73a-1724-4c2e-aeac-8828bff7d050 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-08T05:51:29.283Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.284Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is matching search criteria 2022-05-08T05:51:29.284Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1e375c2f-0eb5 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T05:51:29.284Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.285Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Node template vFW 1e375c2f-0eb5 0 is matching search criteria 2022-05-08T05:51:29.285Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1e375c2f-0eb5 0] matching following query criteria: sdcType=VF, customizationUUID=4c586c56-ada1-4904-b880-41c2c39a3273 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T05:51:29.287Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.287Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-08 05-49-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:51:29.288Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 50cdc7ac-b383-441c-a425-cc456015ce9d: vFW 1e375c2f-0eb5 2022-05-08T05:51:29.288Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.288Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-08 05-49-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:51:29.289Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.289Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-08 05-49-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:51:29.289Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.289Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-08 05-49-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:51:29.290Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.290Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-08 05-49-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:51:29.290Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:51:29.291Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-08 05-49-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:51:29.291Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-05-08 05-49-04 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T05:51:29.551Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1e375c2f-0eb5 2c76f2ca-d1ab-46a2-a6ef-afeada19a5f5 1 ASDC deployResourceStructure 2022-05-08T05:51:29.552Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json ASDC sendASDCNotification 2022-05-08T05:51:29.552Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json 2022-05-08T05:51:29.552Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T05:51:29.553Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:51:29.554Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:51:29.554Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989089552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json", "status": "DEPLOY_OK" } 2022-05-08T05:51:29.655Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T05:51:29.655Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:51:29.655Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:51:29.665Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:29.666Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:51:30.555Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-08T05:51:30.556Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml 2022-05-08T05:51:30.556Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T05:51:30.556Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:51:30.558Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:51:30.558Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989090555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-08T05:51:30.658Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T05:51:30.659Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:51:30.659Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:51:30.704Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:30.704Z||pool-15-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} 2022-05-08T05:51:31.559Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-08T05:51:31.559Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env 2022-05-08T05:51:31.559Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T05:51:31.560Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:51:31.561Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:51:31.562Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989091559, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-08T05:51:31.663Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T05:51:31.668Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:51:31.669Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:51:31.681Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:31.681Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:51:32.563Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar ASDC sendASDCNotification 2022-05-08T05:51:32.563Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar 2022-05-08T05:51:32.563Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T05:51:32.563Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:51:32.565Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:51:32.565Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989092563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T05:51:32.665Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T05:51:32.667Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:51:32.667Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:51:32.677Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:51:32.677Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:51:33.566Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3790e5ce-4439-48ca-82cb-41487bbd3640 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T05:51:33.583Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3790e5ce-4439-48ca-82cb-41487bbd3640 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T05:51:33.587Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T05:51:33.587Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T05:51:33.587Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T05:51:33.588Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T05:51:33.588Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T05:51:33.588Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T05:51:33.588Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T05:51:33.588Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T05:51:33.588Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T05:51:33.588Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T05:51:33.588Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T05:51:33.593Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T05:52:03.594Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3790e5ce-4439-48ca-82cb-41487bbd3640 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T05:52:03.604Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3790e5ce-4439-48ca-82cb-41487bbd3640 and serviceModelVersionId: 50cdc7ac-b383-441c-a425-cc456015ce9d 2022-05-08T05:52:03.604Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 380c2c7b-7000-4aef-b691-b94643608eaf 2022-05-08T05:52:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:52:11.901Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:52:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:52:11.918Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:52:11.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:52:11.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "cds", "timestamp": 1651989070472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T05:52:11.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:52:17.711Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/380c2c7b-7000-4aef-b691-b94643608eaf/model-vers/model-ver/50cdc7ac-b383-441c-a425-cc456015ce9d?depth=0 2022-05-08T05:52:17.825Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T05:52:18.324Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/380c2c7b-7000-4aef-b691-b94643608eaf/model-vers/model-ver/50cdc7ac-b383-441c-a425-cc456015ce9d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-08T05:52:18.329Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/380c2c7b-7000-4aef-b691-b94643608eaf/model-vers/model-ver/50cdc7ac-b383-441c-a425-cc456015ce9d?depth=0|INFO|500||Invoke 2022-05-08T05:52:18.443Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/380c2c7b-7000-4aef-b691-b94643608eaf/model-vers/model-ver/50cdc7ac-b383-441c-a425-cc456015ce9d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T05:52:19.209Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/380c2c7b-7000-4aef-b691-b94643608eaf/model-vers/model-ver/50cdc7ac-b383-441c-a425-cc456015ce9d?depth=0|INFO|500||InvokeReturn 2022-05-08T05:52:19.210Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/380c2c7b-7000-4aef-b691-b94643608eaf/model-vers/model-ver/50cdc7ac-b383-441c-a425-cc456015ce9d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220508-05:52:17:186-76018], vertex-id=[159872], Content-Length=[0], Date=[Sun, 08 May 2022 05:52:17 GMT], Content-Type=[application/json]} 2022-05-08T05:52:19.210Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-05-08T05:52:19.214Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T05:52:19.214Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T05:52:19.220Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T05:52:19.224Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3790e5ce-4439-48ca-82cb-41487bbd3640 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T05:52:19.225Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T05:52:19.225Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:52:19.228Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:52:19.228Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989139224, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T05:52:19.328Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T05:52:19.329Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:52:19.329Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:52:19.339Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:52:19.340Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T05:52:20.241Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-08T05:52:20.241Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4fa7766a-0e79-498d-9efe-123de2d5a5fc","serviceName":"basic_onboard_WQFkMC","serviceVersion":"1.0","serviceUUID":"9b3ea728-65c8-4af5-ad2f-b19cc6e5724d","serviceDescription":"service","serviceInvariantUUID":"9cdb04c7-2b81-493a-a169-99977b13b4a8","resources":[{"resourceInstanceName":"basic_onboard_WQFkMC 0","resourceName":"basic_onboard_WQFkMC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f8869e03-21fc-4cd1-aa2e-17b89eadde21","resourceInvariantUUID":"0f329260-96cd-475d-bea2-bff4eaa0eb74","resourceCustomizationUUID":"fb410c0a-c105-4998-bea4-8f1eae962237","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vf-license-model.xml","artifactChecksum":"YWNlZmVmODQ2Nzk3NGZjYzEwYTg4YjQ4MzliNTI1NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bedacf63-b93d-45e9-aff3-e89271d629a9","artifactVersion":"1"},{"artifactName":"basic_onboard_wqfkmc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json","artifactChecksum":"NTk0YWVhNTgwNzhjZGZlN2ZlMjQ4YWZmM2UwMDI4ZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"464b2687-157d-4a2b-bbdb-4b7878614507","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"437b2a93-2b77-4749-bd36-e2e1a0963ee6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e07ba64c-6826-4b3a-b130-0edaf2638ffd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"45aecfa5-9e1c-415c-82d7-3affe22dc1e1","artifactVersion":"2","generatedFromUUID":"437b2a93-2b77-4749-bd36-e2e1a0963ee6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWqfkmc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-template.yml","artifactChecksum":"MjQ5MGMwMDhiMmI2YjllMGJiZDlkMTE3YWFhZjU4NDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e4459e0b-0b76-4433-b988-5fbaad56f84e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWqfkmc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar","artifactChecksum":"ZmFmNWFlNmI0NTBlNzUzMWU1M2FlNDRlNzBiYzMwNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e3a3cd14-ac40-42e8-8ed9-a2683b859fcc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T05:52:20.242Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T05:52:20.242Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:52:20.244Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:52:20.244Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:52:20.345Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T05:52:20.345Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:52:20.346Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:52:20.356Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:52:20.356Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-08T05:52:21.245Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T05:52:21.246Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:52:21.248Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:52:21.248Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json", "status": "NOTIFIED" } 2022-05-08T05:52:21.348Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T05:52:21.349Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:52:21.350Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:52:21.360Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:52:21.361Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:52:22.249Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T05:52:22.250Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:52:22.252Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:52:22.252Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-08T05:52:22.352Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T05:52:22.353Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:52:22.353Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:52:22.363Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:52:22.363Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:52:23.253Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T05:52:23.254Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:52:23.256Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:52:23.256Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:52:23.356Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T05:52:23.357Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:52:23.357Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:52:23.368Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:52:23.369Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:52:24.257Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T05:52:24.257Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:52:24.259Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:52:24.259Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-08T05:52:24.359Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T05:52:24.360Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:52:24.360Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:52:24.372Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:52:24.373Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:52:25.260Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T05:52:25.261Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:52:25.263Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:52:25.263Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:52:25.363Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T05:52:25.364Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:52:25.364Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:52:25.374Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:52:25.375Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:52:26.264Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T05:52:26.265Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:52:26.267Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:52:26.267Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "NOTIFIED" } 2022-05-08T05:52:26.367Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T05:52:26.368Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:52:26.368Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:52:26.378Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:52:26.379Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:52:27.270Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "serviceName": "basic_onboard_WQFkMC", "serviceVersion": "1.0", "serviceUUID": "9b3ea728-65c8-4af5-ad2f-b19cc6e5724d", "serviceDescription": "service", "serviceInvariantUUID": "9cdb04c7-2b81-493a-a169-99977b13b4a8", "resources": [ { "resourceInstanceName": "basic_onboard_WQFkMC 0", "resourceCustomizationUUID": "fb410c0a-c105-4998-bea4-8f1eae962237", "resourceName": "basic_onboard_WQFkMC", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f8869e03-21fc-4cd1-aa2e-17b89eadde21", "resourceInvariantUUID": "0f329260-96cd-475d-bea2-bff4eaa0eb74", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_wqfkmc0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json", "artifactChecksum": "NTk0YWVhNTgwNzhjZGZlN2ZlMjQ4YWZmM2UwMDI4ZTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "464b2687-157d-4a2b-bbdb-4b7878614507", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "437b2a93-2b77-4749-bd36-e2e1a0963ee6", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "45aecfa5-9e1c-415c-82d7-3affe22dc1e1", "generatedFromUUID": "437b2a93-2b77-4749-bd36-e2e1a0963ee6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "45aecfa5-9e1c-415c-82d7-3affe22dc1e1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardWqfkmc-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "artifactChecksum": "ZmFmNWFlNmI0NTBlNzUzMWU1M2FlNDRlNzBiYzMwNjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e3a3cd14-ac40-42e8-8ed9-a2683b859fcc" } ], "workloadContext": "Production" } 2022-05-08T05:52:27.271Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T05:52:27.271Z|3790e5ce-4439-48ca-82cb-41487bbd3640|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9b3ea728-65c8-4af5-ad2f-b19cc6e5724d ASDC 2022-05-08T05:52:27.272Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:4fa7766a-0e79-498d-9efe-123de2d5a5fc ServiceName:basic_onboard_WQFkMC ServiceVersion:1.0 ServiceUUID:9b3ea728-65c8-4af5-ad2f-b19cc6e5724d ServiceInvariantUUID:9cdb04c7-2b81-493a-a169-99977b13b4a8 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardWqfkmc-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar ArtifactUUID:e3a3cd14-ac40-42e8-8ed9-a2683b859fcc ArtifactChecksum:ZmFmNWFlNmI0NTBlNzUzMWU1M2FlNDRlNzBiYzMwNjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_WQFkMC 0 ResourceCustomizationUUID:fb410c0a-c105-4998-bea4-8f1eae962237 ResourceInvariantUUID:0f329260-96cd-475d-bea2-bff4eaa0eb74 ResourceName:basic_onboard_WQFkMC ResourceType:VF ResourceUUID:f8869e03-21fc-4cd1-aa2e-17b89eadde21 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_wqfkmc0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json ArtifactUUID:464b2687-157d-4a2b-bbdb-4b7878614507 ArtifactChecksum:NTk0YWVhNTgwNzhjZGZlN2ZlMjQ4YWZmM2UwMDI4ZTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml ArtifactUUID:437b2a93-2b77-4749-bd36-e2e1a0963ee6 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env ArtifactUUID:45aecfa5-9e1c-415c-82d7-3affe22dc1e1 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env ArtifactUUID:45aecfa5-9e1c-415c-82d7-3affe22dc1e1 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-08T05:52:27.272Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9b3ea728-65c8-4af5-ad2f-b19cc6e5724d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T05:52:27.300Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T05:52:27.301Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-08T05:52:27.301Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-08T05:52:27.301Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e3a3cd14-ac40-42e8-8ed9-a2683b859fcc from URL: /sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:27.301Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-08T05:52:27.302Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:27.364Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-08T05:52:27.367Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar e3a3cd14-ac40-42e8-8ed9-a2683b859fcc 71584 2022-05-08T05:52:27.367Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar ASDC sendASDCNotification 2022-05-08T05:52:27.367Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:27.367Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T05:52:27.368Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:52:27.369Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:52:27.370Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989147367, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T05:52:27.470Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T05:52:27.470Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:52:27.470Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:52:27.482Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:52:27.482Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:52:28.371Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T05:52:28.372Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-08T05:52:28.372Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e3a3cd14-ac40-42e8-8ed9-a2683b859fcc, URL: /sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar to file: /app/ASDC/1/service-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:28.373Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:28.373Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:28.373Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:28.510Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP202958676596403752/Definitions/service-BasicOnboardWqfkmc-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-05-08T05:52:29.659Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T05:52:29.660Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-08T05:52:29.660Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:29.660Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-08T05:52:29.660Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:29.660Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:29.661Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:29.661Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:29.661Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:29.661Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:29.661Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:29.661Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:29.662Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WQFkMC 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-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:29.662Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-08T05:52:29.662Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:29.662Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_WQFkMC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:52:29.663Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_WQFkMC 0 is matching search criteria 2022-05-08T05:52:29.663Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-08T05:52:29.663Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_WQFkMC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T05:52:29.663Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:29.664Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_WQFkMC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:52:29.664Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_WQFkMC 0 is matching search criteria 2022-05-08T05:52:29.664Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-08T05:52:29.664Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_WQFkMC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T05:52:29.665Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:29.665Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_WQFkMC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:52:29.665Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:29.665Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_WQFkMC 0 is not matching search criteria 2022-05-08T05:52:29.666Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-08T05:52:29.666Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-08T05:52:29.666Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-08T05:52:29.666Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-08T05:52:29.666Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-08T05:52:29.667Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:29.667Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_WQFkMC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T05:52:29.667Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:29.667Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_WQFkMC 0 is matching search criteria 2022-05-08T05:52:29.668Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_WQFkMC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T05:52:29.668Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:29.668Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_WQFkMC 0 is matching search criteria 2022-05-08T05:52:29.668Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_WQFkMC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T05:52:29.669Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:29.669Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_WQFkMC 0 is matching search criteria 2022-05-08T05:52:29.669Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_WQFkMC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T05:52:29.669Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:29.670Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_WQFkMC 0 is not matching search criteria 2022-05-08T05:52:29.670Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-08T05:52:29.670Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-08T05:52:29.670Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bf13f88c-a1bf-4f71-a32d-fab6aa430206 2022-05-08T05:52:29.671Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:29.671Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_WQFkMC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:52:29.671Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:29.671Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_WQFkMC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:52:29.671Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:29.672Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_WQFkMC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:52:29.672Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:29.672Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_WQFkMC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:52:29.672Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_WQFkMC Description:service Model UUID:9b3ea728-65c8-4af5-ad2f-b19cc6e5724d Model Version:NULL Model InvariantUuid:9cdb04c7-2b81-493a-a169-99977b13b4a8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_WQFkMC Model UUID:6370c726-7498-4fb6-9953-9b061df05d33 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0f329260-96cd-475d-bea2-bff4eaa0eb74 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:fb410c0a-c105-4998-bea4-8f1eae962237 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a1216321-3cf7-42ae-9c61-948f69bd43a4 ModelName:BasicOnboardWqfkmc..base_ubuntu18..module-0 ModelUuid:4fcef630-e670-4ce8-ae8a-bd8a0402852c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bf13f88c-a1bf-4f71-a32d-fab6aa430206 ModelInvariantUuid:2141a0a5-4a42-4800-82ca-8c1b9f3affd8 ModelName:basic_onboard_WQFkMC-nodes.ubuntu18Cvfc ModelUuid:c497d695-5916-431d-ad59-97dbc2878fc0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:81d112bb-717b-4170-b6ec-b5e85ef1d4e7 ModelInvariantUuid:86083ed6-3604-4069-bd58-9e0cc5f00840 ModelName:BasicOnboardWqfkmc.compute.nodes.heat.ubuntu18 ModelUuid:e520371c-2e7d-438d-a681-b25880337c45 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T05:52:29.679Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f8869e03-21fc-4cd1-aa2e-17b89eadde21 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T05:52:29.682Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||basic_onboard_WQFkMC 0 2022-05-08T05:52:29.682Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f8869e03-21fc-4cd1-aa2e-17b89eadde21 2022-05-08T05:52:29.682Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 464b2687-157d-4a2b-bbdb-4b7878614507 from URL: /sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json 2022-05-08T05:52:29.682Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-08T05:52:29.682Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json 2022-05-08T05:52:29.731Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-08T05:52:29.734Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json 464b2687-157d-4a2b-bbdb-4b7878614507 798 2022-05-08T05:52:29.734Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json ASDC sendASDCNotification 2022-05-08T05:52:29.735Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json 2022-05-08T05:52:29.735Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T05:52:29.735Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:52:29.737Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:52:29.737Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989149734, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T05:52:29.837Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T05:52:29.838Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:52:29.838Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:52:29.851Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:52:29.851Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:52:30.738Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardWqfkmc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a1216321-3cf7-42ae-9c61-948f69bd43a4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4fcef630-e670-4ce8-ae8a-bd8a0402852c", "vfModuleModelCustomizationUUID": "5da9d59a-7c4c-481f-9a9a-26fc715a9ba8", "isBase": true, "artifacts": [ "437b2a93-2b77-4749-bd36-e2e1a0963ee6", "45aecfa5-9e1c-415c-82d7-3affe22dc1e1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T05:52:30.742Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardWqfkmc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4fcef630-e670-4ce8-ae8a-bd8a0402852c VfModuleModelInvariantUUID:a1216321-3cf7-42ae-9c61-948f69bd43a4 VfModuleModelDescription:NULL Artifacts UUID List:{ 437b2a93-2b77-4749-bd36-e2e1a0963ee6 , 45aecfa5-9e1c-415c-82d7-3affe22dc1e1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T05:52:30.744Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardWqfkmc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a1216321-3cf7-42ae-9c61-948f69bd43a4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4fcef630-e670-4ce8-ae8a-bd8a0402852c", "vfModuleModelCustomizationUUID": "5da9d59a-7c4c-481f-9a9a-26fc715a9ba8", "isBase": true, "artifacts": [ "437b2a93-2b77-4749-bd36-e2e1a0963ee6", "45aecfa5-9e1c-415c-82d7-3affe22dc1e1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T05:52:30.744Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardWqfkmc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4fcef630-e670-4ce8-ae8a-bd8a0402852c VfModuleModelInvariantUUID:a1216321-3cf7-42ae-9c61-948f69bd43a4 VfModuleModelDescription:NULL Artifacts UUID List:{ 437b2a93-2b77-4749-bd36-e2e1a0963ee6 , 45aecfa5-9e1c-415c-82d7-3affe22dc1e1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T05:52:30.744Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 437b2a93-2b77-4749-bd36-e2e1a0963ee6 from URL: /sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml 2022-05-08T05:52:30.745Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-08T05:52:30.745Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml 2022-05-08T05:52:30.853Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-08T05:52:30.853Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml 437b2a93-2b77-4749-bd36-e2e1a0963ee6 5033 2022-05-08T05:52:30.854Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-08T05:52:30.854Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml 2022-05-08T05:52:30.854Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T05:52:30.854Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:52:30.856Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:52:30.856Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989150853, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T05:52:30.956Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T05:52:30.957Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:52:30.957Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:52:30.965Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:52:30.965Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:52:31.857Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 45aecfa5-9e1c-415c-82d7-3affe22dc1e1 from URL: /sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env 2022-05-08T05:52:31.857Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-08T05:52:31.857Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env 2022-05-08T05:52:31.910Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-08T05:52:31.911Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env 45aecfa5-9e1c-415c-82d7-3affe22dc1e1 909 2022-05-08T05:52:31.911Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-08T05:52:31.911Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env 2022-05-08T05:52:31.911Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T05:52:31.911Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:52:31.913Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:52:31.913Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989151911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-08T05:52:32.013Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T05:52:32.014Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:52:32.014Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:52:32.026Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:52:32.026Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:52:32.914Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9b3ea728-65c8-4af5-ad2f-b19cc6e5724d 2022-05-08T05:52:32.915Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WQFkMC 0 f8869e03-21fc-4cd1-aa2e-17b89eadde21 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T05:52:32.929Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e6bcf19, org.onap.sdc.toscaparser.api.parameters.Input@55daa217, org.onap.sdc.toscaparser.api.parameters.Input@5dde32da, org.onap.sdc.toscaparser.api.parameters.Input@672b6423, org.onap.sdc.toscaparser.api.parameters.Input@57087cd8] 2022-05-08T05:52:32.930Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:32.931Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_WQFkMC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:52:32.931Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-05-08T05:52:32.931Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= fb410c0a-c105-4998-bea4-8f1eae962237 2022-05-08T05:52:32.931Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fb410c0a-c105-4998-bea4-8f1eae962237 matches Tosca VF Customization UUID: fb410c0a-c105-4998-bea4-8f1eae962237 2022-05-08T05:52:32.931Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: fb410c0a-c105-4998-bea4-8f1eae962237 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-08T05:52:32.933Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:32.933Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_WQFkMC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:52:32.934Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id fb410c0a-c105-4998-bea4-8f1eae962237: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-05-08T05:52:32.934Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47907fdf 2022-05-08T05:52:32.934Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:32.934Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_WQFkMC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T05:52:32.935Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5da9d59a-7c4c-481f-9a9a-26fc715a9ba8 2022-05-08T05:52:32.935Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5da9d59a-7c4c-481f-9a9a-26fc715a9ba8 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-08T05:52:32.937Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:32.937Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_WQFkMC 0 is matching search criteria 2022-05-08T05:52:32.937Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_WQFkMC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T05:52:32.937Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:32.937Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_WQFkMC 0 is matching search criteria 2022-05-08T05:52:32.938Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_WQFkMC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T05:52:32.938Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:32.938Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_WQFkMC 0 is not matching search criteria 2022-05-08T05:52:32.938Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-08T05:52:32.938Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-08T05:52:32.939Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bf13f88c-a1bf-4f71-a32d-fab6aa430206 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-08T05:52:32.940Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:32.941Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_WQFkMC 0 is matching search criteria 2022-05-08T05:52:32.941Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_WQFkMC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T05:52:32.941Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:32.941Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_WQFkMC 0 is matching search criteria 2022-05-08T05:52:32.941Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_WQFkMC 0] matching following query criteria: sdcType=VF, customizationUUID=fb410c0a-c105-4998-bea4-8f1eae962237 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T05:52:32.946Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:32.946Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_WQFkMC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:52:32.946Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9b3ea728-65c8-4af5-ad2f-b19cc6e5724d: basic_onboard_WQFkMC 2022-05-08T05:52:32.946Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:32.946Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_WQFkMC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:52:32.947Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:32.947Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_WQFkMC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:52:32.947Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:32.947Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_WQFkMC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:52:32.947Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:32.947Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_WQFkMC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:52:32.947Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T05:52:32.948Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_WQFkMC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T05:52:32.948Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_WQFkMC Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T05:52:33.028Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WQFkMC f8869e03-21fc-4cd1-aa2e-17b89eadde21 1 ASDC deployResourceStructure 2022-05-08T05:52:33.028Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json ASDC sendASDCNotification 2022-05-08T05:52:33.028Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json 2022-05-08T05:52:33.028Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T05:52:33.029Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:52:33.031Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:52:33.031Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989153028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T05:52:33.131Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T05:52:33.132Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:52:33.132Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:52:33.144Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:52:33.144Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-08T05:52:34.032Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-08T05:52:34.032Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml 2022-05-08T05:52:34.033Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T05:52:34.033Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:52:34.035Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:52:34.035Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989154031, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-08T05:52:34.135Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T05:52:34.136Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:52:34.136Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:52:34.149Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:52:34.150Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:52:35.037Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-08T05:52:35.037Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env 2022-05-08T05:52:35.037Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T05:52:35.038Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:52:35.040Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:52:35.040Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989155037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-08T05:52:35.140Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T05:52:35.140Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:52:35.140Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:52:35.153Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:52:35.153Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-08T05:52:36.041Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar ASDC sendASDCNotification 2022-05-08T05:52:36.041Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar 2022-05-08T05:52:36.042Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T05:52:36.042Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:52:36.044Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:52:36.044Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989156041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T05:52:36.144Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T05:52:36.145Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:52:36.145Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:52:36.156Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:52:36.157Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T05:52:37.045Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fa7766a-0e79-498d-9efe-123de2d5a5fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T05:52:37.057Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fa7766a-0e79-498d-9efe-123de2d5a5fc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T05:52:37.060Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T05:52:37.060Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T05:52:37.060Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T05:53:07.060Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fa7766a-0e79-498d-9efe-123de2d5a5fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T05:53:07.077Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fa7766a-0e79-498d-9efe-123de2d5a5fc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T05:53:07.080Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T05:53:07.080Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T05:53:07.080Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T05:53:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:53:11.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:53:11.902Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:53:11.918Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:53:11.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:53:11.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "aai-ml", "timestamp": 1651989062730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T05:53:11.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:53:37.080Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fa7766a-0e79-498d-9efe-123de2d5a5fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T05:53:37.098Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fa7766a-0e79-498d-9efe-123de2d5a5fc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T05:53:37.101Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T05:53:37.101Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T05:53:37.101Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T05:54:07.101Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fa7766a-0e79-498d-9efe-123de2d5a5fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T05:54:07.116Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fa7766a-0e79-498d-9efe-123de2d5a5fc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T05:54:07.120Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T05:54:07.120Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T05:54:07.120Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T05:54:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:54:11.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:54:11.902Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:54:11.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:54:11.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1651989065453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-08T05:54:11.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989066268, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "policy-id", "timestamp": 1651989066782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "cds", "timestamp": 1651989070472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "aai-ml", "timestamp": 1651989062730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1651989065453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989066268, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "policy-id", "timestamp": 1651989066782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json", "status": "NOTIFIED" } 2022-05-08T05:54:11.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "ves-openapi-manager", "timestamp": 1651989073452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "cds", "timestamp": 1651989070472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "aai-ml", "timestamp": 1651989062730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "NOTIFIED" } 2022-05-08T05:54:11.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1651989065453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "NOTIFIED" } 2022-05-08T05:54:11.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989066268, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "NOTIFIED" } 2022-05-08T05:54:11.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "policy-id", "timestamp": 1651989066782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "NOTIFIED" } 2022-05-08T05:54:11.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-08T05:54:11.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "ves-openapi-manager", "timestamp": 1651989073452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "cds", "timestamp": 1651989070472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989075070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T05:54:11.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:11.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "policy-id", "timestamp": 1651989075352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T05:54:11.937Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:11.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "aai-ml", "timestamp": 1651989075884, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T05:54:11.937Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:11.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1651989075160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T05:54:11.937Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:11.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "ves-openapi-manager", "timestamp": 1651989073452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "cds", "timestamp": 1651989070472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-08T05:54:11.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "policy-id", "timestamp": 1651989076356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T05:54:11.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:11.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "ves-openapi-manager", "timestamp": 1651989073452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "cds", "timestamp": 1651989070472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "NOTIFIED" } 2022-05-08T05:54:11.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1651989076447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T05:54:11.940Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:11.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989076906, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T05:54:11.941Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:11.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "policy-id", "timestamp": 1651989077360, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T05:54:11.953Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4fa7766a-0e79-498d-9efe-123de2d5a5fc 2022-05-08T05:54:11.953Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fa7766a-0e79-498d-9efe-123de2d5a5fc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T05:54:11.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "ves-openapi-manager", "timestamp": 1651989073452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "NOTIFIED" } 2022-05-08T05:54:11.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989077908, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T05:54:11.972Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4fa7766a-0e79-498d-9efe-123de2d5a5fc 2022-05-08T05:54:11.972Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fa7766a-0e79-498d-9efe-123de2d5a5fc and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T05:54:11.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1651989078348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-08T05:54:11.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:11.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "cds", "timestamp": 1651989079089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T05:54:11.983Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:11.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "ves-openapi-manager", "timestamp": 1651989073452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:11.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:11.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:11.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "cds", "timestamp": 1651989080095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T05:54:11.988Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4fa7766a-0e79-498d-9efe-123de2d5a5fc 2022-05-08T05:54:11.989Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fa7766a-0e79-498d-9efe-123de2d5a5fc and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T05:54:12.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1651989079382, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T05:54:12.005Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4fa7766a-0e79-498d-9efe-123de2d5a5fc 2022-05-08T05:54:12.005Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fa7766a-0e79-498d-9efe-123de2d5a5fc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-08T05:54:12.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "ves-openapi-manager", "timestamp": 1651989073452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:12.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:12.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989080799, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T05:54:12.015Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:12.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1651989080385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T05:54:12.016Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:12.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "aai-ml", "timestamp": 1651989085000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T05:54:12.017Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:12.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "clamp", "timestamp": 1651989084372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:12.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:12.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "aai-ml", "timestamp": 1651989086005, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T05:54:12.023Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4fa7766a-0e79-498d-9efe-123de2d5a5fc 2022-05-08T05:54:12.023Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fa7766a-0e79-498d-9efe-123de2d5a5fc and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T05:54:12.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989086002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T05:54:12.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:12.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "clamp", "timestamp": 1651989084372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json", "status": "NOTIFIED" } 2022-05-08T05:54:12.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:12.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989087133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T05:54:12.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:12.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "clamp", "timestamp": 1651989084372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:12.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:12.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989088192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-08T05:54:12.035Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:12.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "clamp", "timestamp": 1651989084372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:12.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:12.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "clamp", "timestamp": 1651989084372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:12.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:12.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989089552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/vfw1e375c2f0eb50_modules.json", "status": "DEPLOY_OK" } 2022-05-08T05:54:12.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:12.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "clamp", "timestamp": 1651989084372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:54:12.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:12.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989090555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-08T05:54:12.038Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:12.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "clamp", "timestamp": 1651989084372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "NOTIFIED" } 2022-05-08T05:54:12.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:54:12.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989091559, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/resourceInstances/vfw1e375c2f0eb50/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-08T05:54:12.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:12.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989092563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220508054904/1.0/artifacts/service-Vfw20220508054904-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T05:54:12.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:12.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "clamp", "timestamp": 1651989095410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T05:54:12.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:12.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "clamp", "timestamp": 1651989097418, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T05:54:12.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:54:12.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:54:12.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "clamp", "timestamp": 1651989098422, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T05:54:12.047Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4fa7766a-0e79-498d-9efe-123de2d5a5fc 2022-05-08T05:54:12.047Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fa7766a-0e79-498d-9efe-123de2d5a5fc and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T05:54:37.121Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fa7766a-0e79-498d-9efe-123de2d5a5fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T05:54:37.134Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fa7766a-0e79-498d-9efe-123de2d5a5fc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T05:54:37.138Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T05:54:37.138Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T05:54:37.138Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T05:54:37.138Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T05:54:37.139Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T05:54:37.139Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T05:54:37.139Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T05:54:37.139Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T05:54:37.139Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T05:54:37.139Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T05:54:37.139Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T05:54:37.145Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T05:55:07.145Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4fa7766a-0e79-498d-9efe-123de2d5a5fc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T05:55:07.153Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4fa7766a-0e79-498d-9efe-123de2d5a5fc and serviceModelVersionId: 9b3ea728-65c8-4af5-ad2f-b19cc6e5724d 2022-05-08T05:55:07.153Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9cdb04c7-2b81-493a-a169-99977b13b4a8 2022-05-08T05:55:07.155Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9cdb04c7-2b81-493a-a169-99977b13b4a8/model-vers/model-ver/9b3ea728-65c8-4af5-ad2f-b19cc6e5724d?depth=0 2022-05-08T05:55:07.165Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T05:55:07.233Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cdb04c7-2b81-493a-a169-99977b13b4a8/model-vers/model-ver/9b3ea728-65c8-4af5-ad2f-b19cc6e5724d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-08T05:55:07.236Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cdb04c7-2b81-493a-a169-99977b13b4a8/model-vers/model-ver/9b3ea728-65c8-4af5-ad2f-b19cc6e5724d?depth=0|INFO|500||Invoke 2022-05-08T05:55:07.270Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cdb04c7-2b81-493a-a169-99977b13b4a8/model-vers/model-ver/9b3ea728-65c8-4af5-ad2f-b19cc6e5724d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T05:55:07.389Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cdb04c7-2b81-493a-a169-99977b13b4a8/model-vers/model-ver/9b3ea728-65c8-4af5-ad2f-b19cc6e5724d?depth=0|INFO|500||InvokeReturn 2022-05-08T05:55:07.389Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cdb04c7-2b81-493a-a169-99977b13b4a8/model-vers/model-ver/9b3ea728-65c8-4af5-ad2f-b19cc6e5724d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220508-05:55:06:014-86332], vertex-id=[208896], Content-Length=[0], Date=[Sun, 08 May 2022 05:55:06 GMT], Content-Type=[application/json]} 2022-05-08T05:55:07.390Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-05-08T05:55:07.390Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T05:55:07.390Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T05:55:07.397Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T05:55:07.397Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4fa7766a-0e79-498d-9efe-123de2d5a5fc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T05:55:07.398Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T05:55:07.398Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-08T05:55:07.401Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T05:55:07.401Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989307397, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T05:55:07.501Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T05:55:07.502Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T05:55:07.502Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:55:07.517Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:55:07.518Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T05:55:08.436Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:55:08.437Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:55:08.437Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|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 6JD9gtHy13Bfb049) ... 2022-05-08T05:55:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:55:11.901Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:55:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:55:11.917Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:55:11.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:55:11.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3790e5ce-4439-48ca-82cb-41487bbd3640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989139224, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T05:55:11.919Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:55:11.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:55:11.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:55:11.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:55:11.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:55:11.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json", "status": "NOTIFIED" } 2022-05-08T05:55:11.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:55:11.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:55:11.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-08T05:55:11.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:55:11.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:55:11.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T05:55:11.921Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:55:11.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:55:11.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-08T05:55:11.921Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:55:11.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:55:11.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T05:55:11.921Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:55:11.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:55:11.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989071898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "NOTIFIED" } 2022-05-08T05:55:11.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-08T05:55:11.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:55:11.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989147367, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T05:55:11.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:55:11.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:55:11.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989149734, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T05:55:11.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:55:11.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:55:11.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989150853, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T05:55:11.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:55:11.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:55:11.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989151911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-08T05:55:11.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:55:11.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:55:11.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989153028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/basic_onboard_wqfkmc0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T05:55:11.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:55:11.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:55:11.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989154031, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-08T05:55:11.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:55:11.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:55:11.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989155037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/resourceInstances/basic_onboard_wqfkmc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-08T05:55:11.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:55:11.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-08T05:55:11.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989156041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqfkmc/1.0/artifacts/service-BasicOnboardWqfkmc-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T05:55:11.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:55:18.640Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:55:18.641Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:55:18.642Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:55:18.642Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|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 6JD9gtHy13Bfb049) ... 2022-05-08T05:55:28.178Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:55:28.178Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:55:28.179Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:55:28.179Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|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 6JD9gtHy13Bfb049) ... 2022-05-08T05:55:37.710Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:55:37.711Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:55:37.712Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:55:37.712Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|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 6JD9gtHy13Bfb049) ... 2022-05-08T05:55:47.250Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:56:11.898Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:56:11.899Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:56:11.899Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|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 6JD9gtHy13Bfb049) ... 2022-05-08T05:56:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:56:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:56:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:56:12.417Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:56:12.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T05:56:12.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fa7766a-0e79-498d-9efe-123de2d5a5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989307397, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T05:56:12.418Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T05:56:21.435Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:57:11.898Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:57:11.899Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:57:11.899Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|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 6JD9gtHy13Bfb049) ... 2022-05-08T05:57:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:57:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:57:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:57:21.468Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:57:21.468Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:58:11.898Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:58:11.899Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:58:11.899Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|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 6JD9gtHy13Bfb049) ... 2022-05-08T05:58:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:58:11.901Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:58:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:58:21.472Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:58:21.472Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:59:11.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:59:11.899Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:59:11.899Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T05:59:11.901Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T05:59:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T05:59:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T05:59:21.443Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T05:59:21.447Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:00:11.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:00:11.899Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:00:11.899Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:00:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:00:11.900Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:00:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:00:21.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:00:21.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:01:11.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:01:11.899Z||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-05-08T06:01:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:01:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:01:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:01:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:01:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:01:21.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:02:11.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:02:11.899Z||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-05-08T06:02:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:02:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:02:11.901Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:02:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:02:21.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:02:21.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:03:11.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:03:11.899Z||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-05-08T06:03:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:03:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:03:11.900Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:03:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:03:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:03:21.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:04:11.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:04:11.899Z||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-05-08T06:04:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:04:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:04:11.901Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:04:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:04:21.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:04:21.449Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:05:11.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:05:11.899Z||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-05-08T06:05:11.899Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:05:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:05:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:05:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:05:12.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:05:12.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "multicloud-k8s-id", "timestamp": 1651989885454, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:05:12.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:05:12.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "cds", "timestamp": 1651989880472, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:05:12.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:05:12.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "policy-id", "timestamp": 1651989886781, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:05:12.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:05:12.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "multicloud-k8s-id", "timestamp": 1651989885454, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:05:12.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:05:12.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "cds", "timestamp": 1651989880472, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:05:12.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:05:12.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "policy-id", "timestamp": 1651989886781, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:05:12.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:05:12.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "policy-id", "timestamp": 1651989890779, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:05:12.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:05:12.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "cds", "timestamp": 1651989891264, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:05:12.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:05:12.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "cds", "timestamp": 1651989892273, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:05:12.523Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b521668-3399-40ca-bae4-78ead22e7da5 2022-05-08T06:05:12.523Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b521668-3399-40ca-bae4-78ead22e7da5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:05:12.527Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:05:12.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b521668-3399-40ca-bae4-78ead22e7da5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"02d3ad85-a355-4448-b1b8-caf18faea2db","serviceDescription":"service","serviceInvariantUUID":"63c769ed-14b5-407a-bf89-d559eb9261c5","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4b8fa22c-a961-45b4-b634-76e2c4206c00","resourceInvariantUUID":"d7930722-bb29-45a4-95a1-3b849af3cf9b","resourceCustomizationUUID":"28788562-327f-42c9-9d09-60917efff67a","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":"ZDcyMTI5NmJiZWIxODU0NmI0ZjcwNDkzZWNlOGUyOTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4bdcd1c0-097c-4ed6-9346-c8ab44700bb0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzM0MjBjZDVmMmIyMmJkYTg4ZjRlZDZhMzM0ODcyMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b4693bf-743f-412c-b57f-81ad6a8e0b22","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T06:05:12.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "policy-id", "timestamp": 1651989891785, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:05:12.532Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:05:12.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.533Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:05:12.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "policy-id", "timestamp": 1651989892788, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-05-08T06:05:12.533Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:05:12.537Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:05:12.537Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989911898, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:05:12.537Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b521668-3399-40ca-bae4-78ead22e7da5 2022-05-08T06:05:12.538Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b521668-3399-40ca-bae4-78ead22e7da5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:05:12.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "ves-openapi-manager", "timestamp": 1651989893452, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:05:12.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:05:12.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "ves-openapi-manager", "timestamp": 1651989893452, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:05:12.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:05:12.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "clamp", "timestamp": 1651989894374, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:05:12.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:05:12.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "clamp", "timestamp": 1651989894374, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:05:12.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:05:12.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "aai-ml", "timestamp": 1651989899626, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:05:12.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:05:12.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "aai-ml", "timestamp": 1651989899626, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:05:12.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:05:12.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "aai-ml", "timestamp": 1651989902391, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:05:12.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:05:12.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "aai-ml", "timestamp": 1651989906430, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:05:12.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:05:12.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "clamp", "timestamp": 1651989906525, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:05:12.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:05:12.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "aai-ml", "timestamp": 1651989907434, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:05:12.555Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b521668-3399-40ca-bae4-78ead22e7da5 2022-05-08T06:05:12.556Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b521668-3399-40ca-bae4-78ead22e7da5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:05:12.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989906268, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:05:12.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:05:12.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "clamp", "timestamp": 1651989907544, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:05:12.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:05:12.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989906268, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:05:12.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:05:12.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "clamp", "timestamp": 1651989908548, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:05:12.570Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b521668-3399-40ca-bae4-78ead22e7da5 2022-05-08T06:05:12.570Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b521668-3399-40ca-bae4-78ead22e7da5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:05:12.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989909147, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:05:12.578Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:05:12.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:05:12.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989910641, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:05:12.578Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:05:12.637Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:05:12.637Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:05:12.637Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:05:12.652Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:05:12.652Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:05:13.537Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:05:13.538Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:05:13.541Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:05:13.541Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989911898, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:05:13.641Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:05:13.642Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:05:13.643Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:05:13.653Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:05:13.654Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:05:14.543Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "02d3ad85-a355-4448-b1b8-caf18faea2db", "serviceDescription": "service", "serviceInvariantUUID": "63c769ed-14b5-407a-bf89-d559eb9261c5", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "28788562-327f-42c9-9d09-60917efff67a", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "4b8fa22c-a961-45b4-b634-76e2c4206c00", "resourceInvariantUUID": "d7930722-bb29-45a4-95a1-3b849af3cf9b", "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": "MzM0MjBjZDVmMmIyMmJkYTg4ZjRlZDZhMzM0ODcyMTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6b4693bf-743f-412c-b57f-81ad6a8e0b22" } ], "workloadContext": "Production" } 2022-05-08T06:05:14.544Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T06:05:14.544Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 02d3ad85-a355-4448-b1b8-caf18faea2db ASDC 2022-05-08T06:05:14.544Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:1b521668-3399-40ca-bae4-78ead22e7da5 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:02d3ad85-a355-4448-b1b8-caf18faea2db ServiceInvariantUUID:63c769ed-14b5-407a-bf89-d559eb9261c5 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:6b4693bf-743f-412c-b57f-81ad6a8e0b22 ArtifactChecksum:MzM0MjBjZDVmMmIyMmJkYTg4ZjRlZDZhMzM0ODcyMTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:28788562-327f-42c9-9d09-60917efff67a ResourceInvariantUUID:d7930722-bb29-45a4-95a1-3b849af3cf9b ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:4b8fa22c-a961-45b4-b634-76e2c4206c00 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-05-08T06:05:14.544Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02d3ad85-a355-4448-b1b8-caf18faea2db ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T06:05:14.574Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T06:05:14.575Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:05:14.575Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:05:14.575Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6b4693bf-743f-412c-b57f-81ad6a8e0b22 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-08T06:05:14.575Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:05:14.576Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-08T06:05:15.061Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:05:15.063Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6b4693bf-743f-412c-b57f-81ad6a8e0b22 52514 2022-05-08T06:05:15.064Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-08T06:05:15.064Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-08T06:05:15.064Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:05:15.064Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:05:15.066Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:05:15.066Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989915063, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:05:15.167Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:05:15.167Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:05:15.168Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:05:15.178Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:05:15.178Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:05:16.067Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T06:05:16.068Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:05:16.068Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6b4693bf-743f-412c-b57f-81ad6a8e0b22, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T06:05:16.069Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-05-08T06:05:16.069Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T06:05:16.069Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T06:05:16.230Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3870965924935508606/Definitions/service-BasicNetwork-template.yml 2022-05-08T06:05:16.827Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T06:05:16.827Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T06:05:16.827Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T06:05:16.827Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-05-08T06:05:16.828Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T06:05:16.828Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T06:05:16.828Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T06:05:16.828Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T06:05:16.828Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T06:05:16.828Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T06:05:16.828Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T06:05:16.828Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-08T06:05:16.828Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T06:05:16.828Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:05:16.829Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:05:16.829Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-08T06:05:16.829Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T06:05:16.829Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T06:05:16.829Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:05:16.830Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:05:16.830Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-08T06:05:16.830Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T06:05:16.830Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T06:05:16.830Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:05:16.830Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:05:16.831Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:05:16.831Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:05:16.831Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:05:16.831Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:05:16.831Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:05:16.832Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:05:16.832Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:05:16.832Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:05:16.832Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:02d3ad85-a355-4448-b1b8-caf18faea2db Model Version:NULL Model InvariantUuid:63c769ed-14b5-407a-bf89-d559eb9261c5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:d7930722-bb29-45a4-95a1-3b849af3cf9b Model UUID:b66df515-c7e4-46b4-84dc-845ed392cdbd Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:28788562-327f-42c9-9d09-60917efff67a Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T06:05:16.840Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 4b8fa22c-a961-45b4-b634-76e2c4206c00 2022-05-08T06:05:16.840Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||No resources found for Service: 02d3ad85-a355-4448-b1b8-caf18faea2db Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:05:16.845Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500|| 2022-05-08T06:05:16.846Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-05-08T06:05:16.846Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 02d3ad85-a355-4448-b1b8-caf18faea2db 2022-05-08T06:05:16.847Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 02d3ad85-a355-4448-b1b8-caf18faea2db 2022-05-08T06:05:16.847Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-05-08T06:05:16.847Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:05:16.851Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58d875e1, org.onap.sdc.toscaparser.api.parameters.Input@54be80a3, org.onap.sdc.toscaparser.api.parameters.Input@2897ff37, org.onap.sdc.toscaparser.api.parameters.Input@ae8de86, org.onap.sdc.toscaparser.api.parameters.Input@1184c547] 2022-05-08T06:05:16.853Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:05:16.853Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:05:16.853Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:05:16.853Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:05:16.853Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 02d3ad85-a355-4448-b1b8-caf18faea2db: Generic NeutronNet 2022-05-08T06:05:16.854Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:05:16.854Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:05:16.854Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:05:16.854Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-05-08T06:05:16.885Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:05:16.886Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:05:16.886Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:05:16.886Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:05:16.886Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:05:16.886Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:05:16.887Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-08T06:05:16.938Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-05-08T06:05:16.938Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-08T06:05:16.938Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-08T06:05:16.939Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:05:16.939Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:05:16.940Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:05:16.941Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989916938, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:05:17.041Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:05:17.041Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:05:17.042Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:05:17.052Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:05:17.052Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:05:17.941Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b521668-3399-40ca-bae4-78ead22e7da5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:05:17.955Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b521668-3399-40ca-bae4-78ead22e7da5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:05:17.957Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T06:05:17.957Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T06:05:17.958Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T06:05:17.958Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T06:05:47.958Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b521668-3399-40ca-bae4-78ead22e7da5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:05:47.970Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b521668-3399-40ca-bae4-78ead22e7da5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:05:47.974Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T06:05:47.974Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T06:05:47.974Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T06:05:47.974Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T06:06:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:06:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:06:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:06:11.917Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:06:11.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:06:11.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989911644, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:06:11.927Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b521668-3399-40ca-bae4-78ead22e7da5 2022-05-08T06:06:11.927Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b521668-3399-40ca-bae4-78ead22e7da5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:06:17.974Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b521668-3399-40ca-bae4-78ead22e7da5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:06:17.988Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b521668-3399-40ca-bae4-78ead22e7da5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:06:17.992Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T06:06:17.992Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T06:06:17.992Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T06:06:17.992Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T06:06:17.992Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:06:17.992Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:06:17.993Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:06:17.993Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:06:17.993Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:06:17.993Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:06:17.993Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:06:17.998Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T06:06:47.999Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b521668-3399-40ca-bae4-78ead22e7da5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T06:06:48.010Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b521668-3399-40ca-bae4-78ead22e7da5 and serviceModelVersionId: 02d3ad85-a355-4448-b1b8-caf18faea2db 2022-05-08T06:06:48.010Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63c769ed-14b5-407a-bf89-d559eb9261c5 2022-05-08T06:06:48.011Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63c769ed-14b5-407a-bf89-d559eb9261c5/model-vers/model-ver/02d3ad85-a355-4448-b1b8-caf18faea2db?depth=0 2022-05-08T06:06:48.017Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T06:06:48.082Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63c769ed-14b5-407a-bf89-d559eb9261c5/model-vers/model-ver/02d3ad85-a355-4448-b1b8-caf18faea2db?depth=0|INFO|500||Invoke 2022-05-08T06:06:48.083Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63c769ed-14b5-407a-bf89-d559eb9261c5/model-vers/model-ver/02d3ad85-a355-4448-b1b8-caf18faea2db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63c769ed-14b5-407a-bf89-d559eb9261c5/model-vers/model-ver/02d3ad85-a355-4448-b1b8-caf18faea2db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b521668-3399-40ca-bae4-78ead22e7da5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f9cff3f9-4023-4413-b7fa-67d30f12193e], X-ECOMP-RequestID=[1b521668-3399-40ca-bae4-78ead22e7da5], X-TransactionId=[], X-ONAP-RequestID=[1b521668-3399-40ca-bae4-78ead22e7da5], Content-Type=[application/merge-patch+json]} 2022-05-08T06:06:48.102Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63c769ed-14b5-407a-bf89-d559eb9261c5/model-vers/model-ver/02d3ad85-a355-4448-b1b8-caf18faea2db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T06:06:48.748Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63c769ed-14b5-407a-bf89-d559eb9261c5/model-vers/model-ver/02d3ad85-a355-4448-b1b8-caf18faea2db?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/63c769ed-14b5-407a-bf89-d559eb9261c5/model-vers/model-ver/02d3ad85-a355-4448-b1b8-caf18faea2db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220508-06:06:46:852-44380], vertex-id=[196664], Content-Length=[0], Date=[Sun, 08 May 2022 06:06:46 GMT], Content-Type=[application/json]} 2022-05-08T06:06:48.749Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63c769ed-14b5-407a-bf89-d559eb9261c5/model-vers/model-ver/02d3ad85-a355-4448-b1b8-caf18faea2db?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-08T06:06:48.749Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63c769ed-14b5-407a-bf89-d559eb9261c5/model-vers/model-ver/02d3ad85-a355-4448-b1b8-caf18faea2db?depth=0|INFO|500||InvokeReturn 2022-05-08T06:06:48.750Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T06:06:48.750Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:06:48.758Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T06:06:48.758Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b521668-3399-40ca-bae4-78ead22e7da5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T06:06:48.759Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T06:06:48.759Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:06:48.761Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:06:48.761Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990008759, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T06:06:48.861Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:06:48.862Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:06:48.862Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:06:48.881Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:06:48.882Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T06:06:49.775Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:06:49.776Z|1b521668-3399-40ca-bae4-78ead22e7da5|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-05-08T06:06:49.776Z|1b521668-3399-40ca-bae4-78ead22e7da5|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 6JD9gtHy13Bfb049) ... 2022-05-08T06:06:50.394Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:06:50.397Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T06:06:50.397Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e74cd11c-c527-4a02-ad40-cac1126457e8","serviceName":"Demo_pNF_VA7Ol83xJpqXi7BD97Z5","serviceVersion":"1.0","serviceUUID":"4b2b40ae-4215-452d-975a-7c49ac279fdd","serviceDescription":"catalog service description","serviceInvariantUUID":"9ec78978-472c-4db8-8169-1dab9b5fd8ed","resources":[{"resourceInstanceName":"pNF 88616194-ac18 0","resourceName":"pNF 88616194-ac18","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"671c176a-9a51-4957-bc57-c519147bbe7a","resourceInvariantUUID":"53632f9f-0422-4ab2-bfd2-c625873b6f94","resourceCustomizationUUID":"19d6c19c-6219-4749-8e5e-733dfca9b8de","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vf-license-model.xml","artifactChecksum":"MmNhYTdjYzgyM2MzYzZiYmNlYWRhMzAwNzBiYzJjNDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d99b0821-8ed1-499f-956f-8cbe65db154f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/pNF.csar","artifactChecksum":"YWQ0NjE0ODYxMWFlY2MyYjcwMzM4MmI0YjEyODFmMzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c95d9e9-f75a-4993-93eb-8decade7e916","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2fee5047-6a60-454d-ae25-b35aa8e39658","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vendor-license-model.xml","artifactChecksum":"NzBlZTc3NTRiZTMzM2EzNGU4M2JkNjA4Y2VkYmVhNGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8eb5751b-74f2-4f94-ae57-7055f0abd9cc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5710256c-df66-4410-a90d-a4f437f4584c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4bc1d28e-9d6e-470d-9e47-13348fb7fdc0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVa7ol83xjpqxi7bd97z5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-template.yml","artifactChecksum":"ZDRiMTQ5ZjQyYTI1NWJlM2U1MGEyOTRhZmExMTFhNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bbf66039-dac4-4ca2-87f4-0e021f4623ba","artifactVersion":"1"},{"artifactName":"service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar","artifactChecksum":"OTIxMjU4YTU0YTk3MmM5NzQ0OWNlN2UzOGY5MWE0MDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c5d9755-900c-45aa-ae1d-d1a975b30631","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T06:06:50.399Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:06:50.400Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:06:50.402Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:06:50.402Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:06:50.502Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:06:50.503Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:06:50.503Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:06:50.519Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:06:50.520Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:06:51.403Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:06:51.405Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:06:51.407Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:06:51.407Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:06:51.507Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:06:51.508Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:06:51.508Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:06:51.523Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:06:51.523Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:06:52.414Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:06:52.414Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:06:52.417Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:06:52.417Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:06:52.517Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:06:52.518Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:06:52.518Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:06:52.530Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:06:52.530Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:06:53.418Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:06:53.419Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:06:53.421Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:06:53.421Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:06:53.521Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:06:53.522Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:06:53.522Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:06:53.531Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:06:53.531Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:06:54.421Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:06:54.422Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:06:54.424Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:06:54.424Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:06:54.524Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:06:54.525Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:06:54.526Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:06:54.539Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:06:54.539Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:06:55.425Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:06:55.425Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:06:55.428Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:06:55.428Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:06:55.528Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:06:55.529Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:06:55.529Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:06:55.544Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:06:55.545Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:06:56.429Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:06:56.430Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:06:56.432Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:06:56.432Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:06:56.533Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T06:06:56.534Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:06:56.534Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:06:56.543Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:06:56.543Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:06:57.433Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:06:57.434Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:06:57.436Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:06:57.437Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:06:57.536Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:06:57.539Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:06:57.539Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:06:57.548Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:06:57.549Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:06:58.438Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "serviceName": "Demo_pNF_VA7Ol83xJpqXi7BD97Z5", "serviceVersion": "1.0", "serviceUUID": "4b2b40ae-4215-452d-975a-7c49ac279fdd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9ec78978-472c-4db8-8169-1dab9b5fd8ed", "resources": [ { "resourceInstanceName": "pNF 88616194-ac18 0", "resourceCustomizationUUID": "19d6c19c-6219-4749-8e5e-733dfca9b8de", "resourceName": "pNF 88616194-ac18", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "671c176a-9a51-4957-bc57-c519147bbe7a", "resourceInvariantUUID": "53632f9f-0422-4ab2-bfd2-c625873b6f94", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "artifactChecksum": "OTIxMjU4YTU0YTk3MmM5NzQ0OWNlN2UzOGY5MWE0MDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6c5d9755-900c-45aa-ae1d-d1a975b30631" } ], "workloadContext": "Production" } 2022-05-08T06:06:58.438Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T06:06:58.439Z|1b521668-3399-40ca-bae4-78ead22e7da5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4b2b40ae-4215-452d-975a-7c49ac279fdd ASDC 2022-05-08T06:06:58.439Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:e74cd11c-c527-4a02-ad40-cac1126457e8 ServiceName:Demo_pNF_VA7Ol83xJpqXi7BD97Z5 ServiceVersion:1.0 ServiceUUID:4b2b40ae-4215-452d-975a-7c49ac279fdd ServiceInvariantUUID:9ec78978-472c-4db8-8169-1dab9b5fd8ed ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar ArtifactUUID:6c5d9755-900c-45aa-ae1d-d1a975b30631 ArtifactChecksum:OTIxMjU4YTU0YTk3MmM5NzQ0OWNlN2UzOGY5MWE0MDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 88616194-ac18 0 ResourceCustomizationUUID:19d6c19c-6219-4749-8e5e-733dfca9b8de ResourceInvariantUUID:53632f9f-0422-4ab2-bfd2-c625873b6f94 ResourceName:pNF 88616194-ac18 ResourceType:PNF ResourceUUID:671c176a-9a51-4957-bc57-c519147bbe7a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-08T06:06:58.439Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b2b40ae-4215-452d-975a-7c49ac279fdd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:06:58.466Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T06:06:58.466Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:06:58.466Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:06:58.466Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6c5d9755-900c-45aa-ae1d-d1a975b30631 from URL: /sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar 2022-05-08T06:06:58.467Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:06:58.467Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar 2022-05-08T06:06:58.539Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:06:58.542Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar 6c5d9755-900c-45aa-ae1d-d1a975b30631 82664 2022-05-08T06:06:58.542Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar ASDC sendASDCNotification 2022-05-08T06:06:58.542Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar 2022-05-08T06:06:58.542Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:06:58.543Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:06:58.544Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:06:58.544Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990018542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:06:58.645Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:06:58.646Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:06:58.647Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:06:58.663Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:06:58.668Z||pool-48-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:06:59.545Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T06:06:59.546Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:06:59.547Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6c5d9755-900c-45aa-ae1d-d1a975b30631, URL: /sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar to file: /app/ASDC/1/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar 2022-05-08T06:06:59.547Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar 2022-05-08T06:06:59.548Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar 2022-05-08T06:06:59.548Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar 2022-05-08T06:06:59.649Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17670874152802047865/Definitions/service-DemoPnfVa7ol83xjpqxi7bd97z5-template.yml 2022-05-08T06:07:00.354Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T06:07:00.355Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T06:07:00.355Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar 2022-05-08T06:07:00.355Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-08T06:07:00.355Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 88616194-ac18 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-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar 2022-05-08T06:07:00.355Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||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-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar 2022-05-08T06:07:00.355Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar 2022-05-08T06:07:00.355Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||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-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar 2022-05-08T06:07:00.355Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||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-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar 2022-05-08T06:07:00.356Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||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-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar 2022-05-08T06:07:00.356Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||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-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar 2022-05-08T06:07:00.356Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T06:07:00.356Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:07:00.356Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VA7Ol83xJpqXi7BD97Z5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:07:00.356Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Node template pNF 88616194-ac18 0 is matching search criteria 2022-05-08T06:07:00.357Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T06:07:00.357Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 88616194-ac18 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T06:07:00.357Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:07:00.357Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VA7Ol83xJpqXi7BD97Z5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:07:00.357Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Node template pNF 88616194-ac18 0 is matching search criteria 2022-05-08T06:07:00.357Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T06:07:00.358Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 88616194-ac18 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T06:07:00.358Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:07:00.358Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VA7Ol83xJpqXi7BD97Z5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:07:00.358Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:07:00.358Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VA7Ol83xJpqXi7BD97Z5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:07:00.358Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:07:00.358Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VA7Ol83xJpqXi7BD97Z5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:07:00.359Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:07:00.359Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VA7Ol83xJpqXi7BD97Z5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:07:00.359Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:07:00.359Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VA7Ol83xJpqXi7BD97Z5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:07:00.359Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_VA7Ol83xJpqXi7BD97Z5 Description:catalog service description Model UUID:4b2b40ae-4215-452d-975a-7c49ac279fdd Model Version:NULL Model InvariantUuid:9ec78978-472c-4db8-8169-1dab9b5fd8ed Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T06:07:00.365Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 671c176a-9a51-4957-bc57-c519147bbe7a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:07:00.368Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||pNF 88616194-ac18 0 2022-05-08T06:07:00.368Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 671c176a-9a51-4957-bc57-c519147bbe7a 2022-05-08T06:07:00.368Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 4b2b40ae-4215-452d-975a-7c49ac279fdd 2022-05-08T06:07:00.368Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4b2b40ae-4215-452d-975a-7c49ac279fdd 2022-05-08T06:07:00.369Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 88616194-ac18 0 671c176a-9a51-4957-bc57-c519147bbe7a ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:07:00.373Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7cb66c7, org.onap.sdc.toscaparser.api.parameters.Input@52fc05f0, org.onap.sdc.toscaparser.api.parameters.Input@1e15e12a, org.onap.sdc.toscaparser.api.parameters.Input@4d3d88ed, org.onap.sdc.toscaparser.api.parameters.Input@111c22d3] 2022-05-08T06:07:00.374Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:07:00.374Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VA7Ol83xJpqXi7BD97Z5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:07:00.374Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4b2b40ae-4215-452d-975a-7c49ac279fdd: pNF 88616194-ac18 2022-05-08T06:07:00.374Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||Processing PNF resource: 671c176a-9a51-4957-bc57-c519147bbe7a 2022-05-08T06:07:00.374Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:07:00.375Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VA7Ol83xJpqXi7BD97Z5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:07:00.375Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||Resource customization UUID: 19d6c19c-6219-4749-8e5e-733dfca9b8de is the same as notified resource customizationUUID: 19d6c19c-6219-4749-8e5e-733dfca9b8de Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-08T06:07:00.423Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 88616194-ac18 671c176a-9a51-4957-bc57-c519147bbe7a 0 ASDC deployResourceStructure 2022-05-08T06:07:00.423Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar ASDC sendASDCNotification 2022-05-08T06:07:00.424Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar 2022-05-08T06:07:00.424Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:07:00.424Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:07:00.426Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:07:00.426Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990020423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:07:00.526Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:07:00.527Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:07:00.527Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:07:00.537Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:07:00.537Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:07:01.427Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e74cd11c-c527-4a02-ad40-cac1126457e8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:07:01.439Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e74cd11c-c527-4a02-ad40-cac1126457e8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:07:01.441Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T06:07:01.441Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T06:07:01.441Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T06:07:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:07:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:07:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:07:11.914Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:07:11.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:07:11.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989911898, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:07:11.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:07:31.442Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e74cd11c-c527-4a02-ad40-cac1126457e8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:07:31.460Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e74cd11c-c527-4a02-ad40-cac1126457e8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:07:31.471Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T06:07:31.471Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T06:07:31.471Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T06:08:01.471Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e74cd11c-c527-4a02-ad40-cac1126457e8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:08:01.490Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e74cd11c-c527-4a02-ad40-cac1126457e8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:08:01.493Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T06:08:01.493Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-08T06:08:01.494Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-08T06:08:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:08:11.903Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:08:11.903Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:08:11.922Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:08:11.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989911898, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:08:11.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989915063, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:08:11.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:08:11.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651989916938, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:08:11.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:08:11.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "multicloud-k8s-id", "timestamp": 1651989925453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "cds", "timestamp": 1651989925472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "clamp", "timestamp": 1651989924372, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "aai-ml", "timestamp": 1651989929626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "ves-openapi-manager", "timestamp": 1651989933452, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "policy-id", "timestamp": 1651989926782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "multicloud-k8s-id", "timestamp": 1651989925453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "clamp", "timestamp": 1651989924372, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "aai-ml", "timestamp": 1651989929626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "ves-openapi-manager", "timestamp": 1651989933452, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "cds", "timestamp": 1651989925472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "policy-id", "timestamp": 1651989926782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "clamp", "timestamp": 1651989924372, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "ves-openapi-manager", "timestamp": 1651989933452, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "multicloud-k8s-id", "timestamp": 1651989925453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "aai-ml", "timestamp": 1651989929626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "cds", "timestamp": 1651989925472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "policy-id", "timestamp": 1651989926782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "aai-ml", "timestamp": 1651989929626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.945Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "clamp", "timestamp": 1651989924372, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.946Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "ves-openapi-manager", "timestamp": 1651989933452, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.946Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "multicloud-k8s-id", "timestamp": 1651989925453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "cds", "timestamp": 1651989925472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "policy-id", "timestamp": 1651989926782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989936268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "aai-ml", "timestamp": 1651989929626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "clamp", "timestamp": 1651989924372, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "ves-openapi-manager", "timestamp": 1651989933452, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "multicloud-k8s-id", "timestamp": 1651989925453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "cds", "timestamp": 1651989925472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "policy-id", "timestamp": 1651989926782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989936268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "clamp", "timestamp": 1651989924372, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "aai-ml", "timestamp": 1651989929626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "ves-openapi-manager", "timestamp": 1651989933452, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-08T06:08:11.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "multicloud-k8s-id", "timestamp": 1651989925453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "cds", "timestamp": 1651989925472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "policy-id", "timestamp": 1651989926782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989936268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "aai-ml", "timestamp": 1651989929626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "clamp", "timestamp": 1651989924372, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "ves-openapi-manager", "timestamp": 1651989933452, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "multicloud-k8s-id", "timestamp": 1651989925453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "cds", "timestamp": 1651989925472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "policy-id", "timestamp": 1651989926782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989936268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "clamp", "timestamp": 1651989924372, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:08:11.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "aai-ml", "timestamp": 1651989929626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:08:11.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "ves-openapi-manager", "timestamp": 1651989933452, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "multicloud-k8s-id", "timestamp": 1651989925453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:08:11.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "cds", "timestamp": 1651989925472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:08:11.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "policy-id", "timestamp": 1651989926782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:08:11.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989936268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "aai-ml", "timestamp": 1651989942290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:08:11.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:08:11.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "cds", "timestamp": 1651989942477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:08:11.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:08:11.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "ves-openapi-manager", "timestamp": 1651989942488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T06:08:11.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:08:11.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "policy-id", "timestamp": 1651989942050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:08:11.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:08:11.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989936268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "cds", "timestamp": 1651989943483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:08:11.973Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e74cd11c-c527-4a02-ad40-cac1126457e8 2022-05-08T06:08:11.973Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e74cd11c-c527-4a02-ad40-cac1126457e8 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:08:11.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "policy-id", "timestamp": 1651989943054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:08:11.985Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:08:11.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989936268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:08:11.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:11.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "ves-openapi-manager", "timestamp": 1651989943705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-08T06:08:11.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:08:11.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:11.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "policy-id", "timestamp": 1651989944058, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:08:11.992Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e74cd11c-c527-4a02-ad40-cac1126457e8 2022-05-08T06:08:11.992Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e74cd11c-c527-4a02-ad40-cac1126457e8 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:08:12.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:12.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989936268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:08:12.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:08:12.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:12.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "ves-openapi-manager", "timestamp": 1651989944709, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:08:12.007Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e74cd11c-c527-4a02-ad40-cac1126457e8 2022-05-08T06:08:12.007Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e74cd11c-c527-4a02-ad40-cac1126457e8 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:08:12.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:12.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "clamp", "timestamp": 1651989944528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:08:12.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:08:12.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:12.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989945352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:08:12.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:08:12.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:12.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "clamp", "timestamp": 1651989946536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:08:12.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:08:12.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:12.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989946969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:08:12.017Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:08:12.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:12.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "clamp", "timestamp": 1651989947540, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:08:12.027Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e74cd11c-c527-4a02-ad40-cac1126457e8 2022-05-08T06:08:12.027Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e74cd11c-c527-4a02-ad40-cac1126457e8 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:08:12.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:12.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989947971, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:08:12.041Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e74cd11c-c527-4a02-ad40-cac1126457e8 2022-05-08T06:08:12.041Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e74cd11c-c527-4a02-ad40-cac1126457e8 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:08:12.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:12.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "aai-ml", "timestamp": 1651989948995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:08:12.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:08:12.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:08:12.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "aai-ml", "timestamp": 1651989950002, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:08:12.060Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e74cd11c-c527-4a02-ad40-cac1126457e8 2022-05-08T06:08:12.060Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e74cd11c-c527-4a02-ad40-cac1126457e8 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:08:31.494Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e74cd11c-c527-4a02-ad40-cac1126457e8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:08:31.506Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e74cd11c-c527-4a02-ad40-cac1126457e8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:08:31.509Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T06:08:31.509Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T06:08:31.510Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T06:08:31.510Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T06:08:31.510Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:08:31.510Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:08:31.510Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:08:31.510Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:08:31.510Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:08:31.510Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:08:31.511Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:08:31.511Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:08:31.516Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T06:09:01.517Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e74cd11c-c527-4a02-ad40-cac1126457e8 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T06:09:01.528Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e74cd11c-c527-4a02-ad40-cac1126457e8 and serviceModelVersionId: 4b2b40ae-4215-452d-975a-7c49ac279fdd 2022-05-08T06:09:01.528Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ec78978-472c-4db8-8169-1dab9b5fd8ed 2022-05-08T06:09:01.529Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ec78978-472c-4db8-8169-1dab9b5fd8ed/model-vers/model-ver/4b2b40ae-4215-452d-975a-7c49ac279fdd?depth=0 2022-05-08T06:09:01.540Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T06:09:01.649Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ec78978-472c-4db8-8169-1dab9b5fd8ed/model-vers/model-ver/4b2b40ae-4215-452d-975a-7c49ac279fdd?depth=0|INFO|500||Invoke 2022-05-08T06:09:01.649Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ec78978-472c-4db8-8169-1dab9b5fd8ed/model-vers/model-ver/4b2b40ae-4215-452d-975a-7c49ac279fdd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ec78978-472c-4db8-8169-1dab9b5fd8ed/model-vers/model-ver/4b2b40ae-4215-452d-975a-7c49ac279fdd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e74cd11c-c527-4a02-ad40-cac1126457e8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f3760d49-7654-4282-9e6e-853c09a2a060], X-ECOMP-RequestID=[e74cd11c-c527-4a02-ad40-cac1126457e8], X-TransactionId=[], X-ONAP-RequestID=[e74cd11c-c527-4a02-ad40-cac1126457e8], Content-Type=[application/merge-patch+json]} 2022-05-08T06:09:01.673Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ec78978-472c-4db8-8169-1dab9b5fd8ed/model-vers/model-ver/4b2b40ae-4215-452d-975a-7c49ac279fdd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T06:09:01.753Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ec78978-472c-4db8-8169-1dab9b5fd8ed/model-vers/model-ver/4b2b40ae-4215-452d-975a-7c49ac279fdd?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/9ec78978-472c-4db8-8169-1dab9b5fd8ed/model-vers/model-ver/4b2b40ae-4215-452d-975a-7c49ac279fdd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220508-06:09:00:427-56339], vertex-id=[213216], Content-Length=[0], Date=[Sun, 08 May 2022 06:09:00 GMT], Content-Type=[application/json]} 2022-05-08T06:09:01.753Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ec78978-472c-4db8-8169-1dab9b5fd8ed/model-vers/model-ver/4b2b40ae-4215-452d-975a-7c49ac279fdd?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-08T06:09:01.754Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ec78978-472c-4db8-8169-1dab9b5fd8ed/model-vers/model-ver/4b2b40ae-4215-452d-975a-7c49ac279fdd?depth=0|INFO|500||InvokeReturn 2022-05-08T06:09:01.754Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T06:09:01.754Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:09:01.760Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T06:09:01.761Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e74cd11c-c527-4a02-ad40-cac1126457e8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T06:09:01.761Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T06:09:01.762Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:01.764Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:01.765Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990141761, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T06:09:01.865Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:09:01.866Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:01.866Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:01.884Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:01.885Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T06:09:02.776Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T06:09:02.776Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3f3fdde1-a343-46db-8b46-531c7cad54c4","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"26c39787-fb28-46b9-a583-7c6bc99685db","serviceDescription":"service","serviceInvariantUUID":"402d4e26-7e10-45d4-9b4e-fcb34ee162df","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f51e1372-4a7b-44b3-a12a-ed5fa99f1f99","resourceInvariantUUID":"24cecee0-5b7c-4404-b815-080b51089d70","resourceCustomizationUUID":"3f905f6f-f6bb-4424-b01d-90b1935dd299","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":"N2M5OTQxNDQwNjIzOTZkYzFlNmQ0NWE0MDZhOTBkZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2ef5711-b79a-45cd-9956-13114a9fc88e","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":"b08e7807-09bb-4582-b16b-af620dd6430f","artifactVersion":"2","generatedFromUUID":"c2dea8b3-2e8a-4fa7-88a6-8af8a046efa8"},{"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":"c2dea8b3-2e8a-4fa7-88a6-8af8a046efa8","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":"Y2I1Zjc3YTJiNjU1ZTlmMDZhZmQyMzIyZGE3NGVkMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"82bb8f43-ac67-4c82-b0e1-e6a83dfba5f1","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":"b523a4d4-a390-4f47-977c-cbb18b5c75b8","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":"81311e56-7e26-44f3-9c88-4f270bd7d367","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":"4160f276-0994-4059-80d6-ebcdaa6a6933","artifactVersion":"2","generatedFromUUID":"b523a4d4-a390-4f47-977c-cbb18b5c75b8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTAwNjM4YmMzNGRhNjRlMzRmZTJmMzA4ZGI0ZTJiNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"291c171e-fdc4-4b91-87d0-5e4d0ace8f4e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YWUwM2IxMjY4MjdiNTY5ZDQzMzU0MWM3ZTc2ODk0OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0cd2e6ec-035d-416a-9ca7-37c9c188f7bd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T06:09:02.776Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:09:02.777Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:02.779Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:02.779Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:02.879Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:09:02.880Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:02.880Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:02.891Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:02.892Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:03.779Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:09:03.780Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:03.782Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:03.782Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-08T06:09:03.882Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:09:03.883Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:03.884Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:03.921Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:03.921Z||pool-52-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:04.783Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:09:04.784Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:04.786Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:04.786Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-08T06:09:04.890Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-05-08T06:09:04.891Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:04.891Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:04.900Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:04.900Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:05.787Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:09:05.788Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:05.790Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:05.790Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-08T06:09:05.892Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-05-08T06:09:05.893Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:05.894Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:05.903Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:05.903Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:06.791Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:09:06.791Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:06.793Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:06.794Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-08T06:09:06.894Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:09:06.894Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:06.895Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:06.905Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:06.906Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:07.794Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:09:07.795Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:07.797Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:07.797Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:07.897Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:09:07.898Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:07.898Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:07.909Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:07.909Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:08.798Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:09:08.799Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:08.801Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:08.801Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-08T06:09:08.901Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:09:08.901Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:08.902Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:08.912Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:08.912Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-08T06:09:09.801Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:09:09.802Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:09.805Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:09.805Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:09.905Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:09:09.906Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:09.906Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:09.914Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:09.915Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:10.805Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:09:10.806Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:10.809Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:10.809Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:10.909Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:09:10.910Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:10.910Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:10.919Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:10.920Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:11.810Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "26c39787-fb28-46b9-a583-7c6bc99685db", "serviceDescription": "service", "serviceInvariantUUID": "402d4e26-7e10-45d4-9b4e-fcb34ee162df", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "3f905f6f-f6bb-4424-b01d-90b1935dd299", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f51e1372-4a7b-44b3-a12a-ed5fa99f1f99", "resourceInvariantUUID": "24cecee0-5b7c-4404-b815-080b51089d70", "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": "b08e7807-09bb-4582-b16b-af620dd6430f", "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": "c2dea8b3-2e8a-4fa7-88a6-8af8a046efa8", "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": "Y2I1Zjc3YTJiNjU1ZTlmMDZhZmQyMzIyZGE3NGVkMmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "82bb8f43-ac67-4c82-b0e1-e6a83dfba5f1", "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": "b523a4d4-a390-4f47-977c-cbb18b5c75b8", "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": "4160f276-0994-4059-80d6-ebcdaa6a6933", "generatedFromUUID": "b523a4d4-a390-4f47-977c-cbb18b5c75b8" }, "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": "4160f276-0994-4059-80d6-ebcdaa6a6933", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YWUwM2IxMjY4MjdiNTY5ZDQzMzU0MWM3ZTc2ODk0OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0cd2e6ec-035d-416a-9ca7-37c9c188f7bd" } ], "workloadContext": "Production" } 2022-05-08T06:09:11.811Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T06:09:11.811Z|e74cd11c-c527-4a02-ad40-cac1126457e8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 26c39787-fb28-46b9-a583-7c6bc99685db ASDC 2022-05-08T06:09:11.812Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:3f3fdde1-a343-46db-8b46-531c7cad54c4 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:26c39787-fb28-46b9-a583-7c6bc99685db ServiceInvariantUUID:402d4e26-7e10-45d4-9b4e-fcb34ee162df 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:0cd2e6ec-035d-416a-9ca7-37c9c188f7bd ArtifactChecksum:YWUwM2IxMjY4MjdiNTY5ZDQzMzU0MWM3ZTc2ODk0OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:3f905f6f-f6bb-4424-b01d-90b1935dd299 ResourceInvariantUUID:24cecee0-5b7c-4404-b815-080b51089d70 ResourceName:basic_cnf ResourceType:VF ResourceUUID:f51e1372-4a7b-44b3-a12a-ed5fa99f1f99 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:b08e7807-09bb-4582-b16b-af620dd6430f 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:c2dea8b3-2e8a-4fa7-88a6-8af8a046efa8 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:82bb8f43-ac67-4c82-b0e1-e6a83dfba5f1 ArtifactChecksum:Y2I1Zjc3YTJiNjU1ZTlmMDZhZmQyMzIyZGE3NGVkMmE= 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:b523a4d4-a390-4f47-977c-cbb18b5c75b8 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:4160f276-0994-4059-80d6-ebcdaa6a6933 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:4160f276-0994-4059-80d6-ebcdaa6a6933 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-08T06:09:11.812Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26c39787-fb28-46b9-a583-7c6bc99685db ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:09:11.855Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T06:09:11.856Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:09:11.856Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:09:11.856Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0cd2e6ec-035d-416a-9ca7-37c9c188f7bd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-08T06:09:11.856Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:09:11.856Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-08T06:09:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:09:11.900Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:09:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:11.909Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:11.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "ves-openapi-manager", "timestamp": 1651989973452, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "cds", "timestamp": 1651989970472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "ves-openapi-manager", "timestamp": 1651989973452, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "cds", "timestamp": 1651989970472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "ves-openapi-manager", "timestamp": 1651989973452, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "cds", "timestamp": 1651989970472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "ves-openapi-manager", "timestamp": 1651989973452, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "cds", "timestamp": 1651989970472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "ves-openapi-manager", "timestamp": 1651989973452, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "cds", "timestamp": 1651989970472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "ves-openapi-manager", "timestamp": 1651989973452, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "cds", "timestamp": 1651989970472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "ves-openapi-manager", "timestamp": 1651989973452, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "cds", "timestamp": 1651989970472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "ves-openapi-manager", "timestamp": 1651989973452, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "cds", "timestamp": 1651989970472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "ves-openapi-manager", "timestamp": 1651989973452, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "cds", "timestamp": 1651989970472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:11.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "cds", "timestamp": 1651989987141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:11.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:11.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-08T06:09:11.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "cds", "timestamp": 1651989988150, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:09:11.933Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3f3fdde1-a343-46db-8b46-531c7cad54c4 2022-05-08T06:09:11.933Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f3fdde1-a343-46db-8b46-531c7cad54c4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:09:11.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-08T06:09:11.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-08T06:09:11.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "cds", "timestamp": 1651989989157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-08T06:09:11.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "cds", "timestamp": 1651989989157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-08T06:09:11.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "cds", "timestamp": 1651989989157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-08T06:09:11.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "cds", "timestamp": 1651989989157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-08T06:09:11.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:11.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "cds", "timestamp": 1651989989157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "ves-openapi-manager", "timestamp": 1651989993452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "cds", "timestamp": 1651989989157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:11.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "ves-openapi-manager", "timestamp": 1651989993452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "cds", "timestamp": 1651989989157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:11.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:11.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "multicloud-k8s-id", "timestamp": 1651989995198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:11.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "ves-openapi-manager", "timestamp": 1651989993452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "cds", "timestamp": 1651989996897, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:11.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:11.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "multicloud-k8s-id", "timestamp": 1651989996242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:11.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:11.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "policy-id", "timestamp": 1651989996531, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:11.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:11.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "ves-openapi-manager", "timestamp": 1651989993452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "cds", "timestamp": 1651989997904, "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-05-08T06:09:11.980Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6723dd85-0d2e-4558-abe2-3d1147db627c 2022-05-08T06:09:11.980Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6723dd85-0d2e-4558-abe2-3d1147db627c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:09:11.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "policy-id", "timestamp": 1651989997538, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:09:11.988Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:11.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "ves-openapi-manager", "timestamp": 1651989993452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "multicloud-k8s-id", "timestamp": 1651989997432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:11.989Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:11.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:11.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "cds", "timestamp": 1651989989157, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:11.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:11.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:11.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "policy-id", "timestamp": 1651989998542, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:09:11.995Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3f3fdde1-a343-46db-8b46-531c7cad54c4 2022-05-08T06:09:11.995Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f3fdde1-a343-46db-8b46-531c7cad54c4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:09:12.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "ves-openapi-manager", "timestamp": 1651989993452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "multicloud-k8s-id", "timestamp": 1651989998638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "aai-ml", "timestamp": 1651989999770, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "cds", "timestamp": 1651989989157, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "ves-openapi-manager", "timestamp": 1651989993452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "multicloud-k8s-id", "timestamp": 1651989999685, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:09:12.010Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3f3fdde1-a343-46db-8b46-531c7cad54c4 2022-05-08T06:09:12.010Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f3fdde1-a343-46db-8b46-531c7cad54c4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-08T06:09:12.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "cds", "timestamp": 1651989989157, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "ves-openapi-manager", "timestamp": 1651989993452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "multicloud-k8s-id", "timestamp": 1651990000688, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T06:09:12.019Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "cds", "timestamp": 1651989989157, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-08T06:09:12.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "ves-openapi-manager", "timestamp": 1651989993452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "clamp", "timestamp": 1651990001984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.021Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "cds", "timestamp": 1651989989157, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "ves-openapi-manager", "timestamp": 1651989993452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-08T06:09:12.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "cds", "timestamp": 1651989989157, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "clamp", "timestamp": 1651990003545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:09:12.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "ves-openapi-manager", "timestamp": 1651989993452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-08T06:09:12.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "cds", "timestamp": 1651989989157, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "clamp", "timestamp": 1651990004548, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:09:12.033Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3f3fdde1-a343-46db-8b46-531c7cad54c4 2022-05-08T06:09:12.034Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f3fdde1-a343-46db-8b46-531c7cad54c4 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:09:12.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "ves-openapi-manager", "timestamp": 1651989993452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:12.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "cds", "timestamp": 1651989989157, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:12.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "ves-openapi-manager", "timestamp": 1651989993452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-08T06:09:12.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "cds", "timestamp": 1651989989157, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-08T06:09:12.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990006340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "ves-openapi-manager", "timestamp": 1651989993452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "policy-id", "timestamp": 1651990006842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "cds", "timestamp": 1651989989157, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:12.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "ves-openapi-manager", "timestamp": 1651989993452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "policy-id", "timestamp": 1651990007846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:09:12.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:12.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b521668-3399-40ca-bae4-78ead22e7da5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990008759, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T06:09:12.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990008193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:09:12.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "ves-openapi-manager", "timestamp": 1651989993452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "policy-id", "timestamp": 1651990008849, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:09:12.058Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6723dd85-0d2e-4558-abe2-3d1147db627c 2022-05-08T06:09:12.058Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6723dd85-0d2e-4558-abe2-3d1147db627c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:09:12.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990009196, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:09:12.070Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3f3fdde1-a343-46db-8b46-531c7cad54c4 2022-05-08T06:09:12.070Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f3fdde1-a343-46db-8b46-531c7cad54c4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:09:12.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "ves-openapi-manager", "timestamp": 1651989993452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "multicloud-k8s-id", "timestamp": 1651990010071, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "cds", "timestamp": 1651990010814, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "aai-ml", "timestamp": 1651990011598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:09:12.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:12.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "multicloud-k8s-id", "timestamp": 1651990011449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-08T06:09:12.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "aai-ml", "timestamp": 1651990012602, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:09:12.087Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3f3fdde1-a343-46db-8b46-531c7cad54c4 2022-05-08T06:09:12.087Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f3fdde1-a343-46db-8b46-531c7cad54c4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:09:12.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "cds", "timestamp": 1651990013050, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:09:12.106Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84134640-3f80-4479-a151-7d1925af46d5 2022-05-08T06:09:12.106Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84134640-3f80-4479-a151-7d1925af46d5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:09:12.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "multicloud-k8s-id", "timestamp": 1651990012682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.115Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "ves-openapi-manager", "timestamp": 1651990013452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "multicloud-k8s-id", "timestamp": 1651990013703, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:09:12.123Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6723dd85-0d2e-4558-abe2-3d1147db627c 2022-05-08T06:09:12.123Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6723dd85-0d2e-4558-abe2-3d1147db627c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-08T06:09:12.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "cds", "timestamp": 1651990014053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "ves-openapi-manager", "timestamp": 1651990013452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/resourceInstances/pnf88616194ac180/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "multicloud-k8s-id", "timestamp": 1651990014706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T06:09:12.133Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "cds", "timestamp": 1651990014053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "clamp", "timestamp": 1651990015536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "ves-openapi-manager", "timestamp": 1651990013452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "cds", "timestamp": 1651990014053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:12.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "clamp", "timestamp": 1651990016554, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:09:12.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "ves-openapi-manager", "timestamp": 1651990013452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:12.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-08T06:09:12.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "cds", "timestamp": 1651990014053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.142Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:09:12.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990017274, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "clamp", "timestamp": 1651990017557, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:09:12.146Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0cd2e6ec-035d-416a-9ca7-37c9c188f7bd 68949 2022-05-08T06:09:12.146Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-08T06:09:12.146Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-08T06:09:12.146Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:09:12.147Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:12.148Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6723dd85-0d2e-4558-abe2-3d1147db627c 2022-05-08T06:09:12.149Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6723dd85-0d2e-4558-abe2-3d1147db627c and ComponentName clamp 2022-05-08T06:09:12.149Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:12.149Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990152146, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:09:12.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "ves-openapi-manager", "timestamp": 1651990013452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-08T06:09:12.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990018542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "cds", "timestamp": 1651990014053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "ves-openapi-manager", "timestamp": 1651990013452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "policy-id", "timestamp": 1651989986782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:12.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:12.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "cds", "timestamp": 1651990014053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990019203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:09:12.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-08T06:09:12.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "ves-openapi-manager", "timestamp": 1651990013452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "policy-id", "timestamp": 1651990019956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990020423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa7ol83xjpqxi7bd97z5/1.0/artifacts/service-DemoPnfVa7ol83xjpqxi7bd97z5-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:09:12.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-08T06:09:12.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "cds", "timestamp": 1651990014053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "aai-ml", "timestamp": 1651990020724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990020208, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:09:12.177Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6723dd85-0d2e-4558-abe2-3d1147db627c 2022-05-08T06:09:12.177Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6723dd85-0d2e-4558-abe2-3d1147db627c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:09:12.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "ves-openapi-manager", "timestamp": 1651990013452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "policy-id", "timestamp": 1651990020960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:09:12.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-08T06:09:12.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "cds", "timestamp": 1651990014053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:12.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.190Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "policy-id", "timestamp": 1651990021964, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:09:12.195Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84134640-3f80-4479-a151-7d1925af46d5 2022-05-08T06:09:12.196Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84134640-3f80-4479-a151-7d1925af46d5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:09:12.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-08T06:09:12.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "cds", "timestamp": 1651990022797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.205Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "cds", "timestamp": 1651990024045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:09:12.218Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a2bb4244-85b3-4100-b2ea-376726ad8383 2022-05-08T06:09:12.218Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2bb4244-85b3-4100-b2ea-376726ad8383 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:09:12.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "policy-id", "timestamp": 1651990022969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "policy-id", "timestamp": 1651990022969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1651989985453, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:12.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "policy-id", "timestamp": 1651990022969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-08T06:09:12.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1651990025829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "policy-id", "timestamp": 1651990022969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "aai-ml", "timestamp": 1651990027392, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:09:12.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1651990026945, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "clamp", "timestamp": 1651989984372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:12.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "policy-id", "timestamp": 1651990022969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "aai-ml", "timestamp": 1651990028396, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:09:12.236Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6723dd85-0d2e-4558-abe2-3d1147db627c 2022-05-08T06:09:12.236Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6723dd85-0d2e-4558-abe2-3d1147db627c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:09:12.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1651990028129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.244Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.244Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "policy-id", "timestamp": 1651990022969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "policy-id", "timestamp": 1651990022969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.246Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1651990029433, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:12.246Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:09:12.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.246Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651989996268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:12.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "policy-id", "timestamp": 1651990022969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:09:12.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1651990030478, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:09:12.249Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:09:12.250Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:12.250Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:12.252Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84134640-3f80-4479-a151-7d1925af46d5 2022-05-08T06:09:12.252Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84134640-3f80-4479-a151-7d1925af46d5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-08T06:09:12.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:09:12.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:09:12.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:09:12.266Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:12.266Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:13.150Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T06:09:13.151Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:09:13.151Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0cd2e6ec-035d-416a-9ca7-37c9c188f7bd, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-08T06:09:13.152Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-05-08T06:09:13.152Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-08T06:09:13.153Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-08T06:09:13.324Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1111181218991905449/Definitions/service-BasicCnf-template.yml 2022-05-08T06:09:14.516Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T06:09:14.517Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T06:09:14.517Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-08T06:09:14.517Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-08T06:09:14.517Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-08T06:09:14.517Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-08T06:09:14.517Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-08T06:09:14.517Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-08T06:09:14.517Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T06:09:14.518Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:14.518Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:09:14.518Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T06:09:14.518Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T06:09:14.518Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T06:09:14.519Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:14.519Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:09:14.519Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T06:09:14.519Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T06:09:14.519Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T06:09:14.519Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:14.519Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:09:14.520Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:14.520Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-08T06:09:14.520Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-05-08T06:09:14.520Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2022-05-08T06:09:14.520Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-08T06:09:14.520Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:14.520Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T06:09:14.521Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:14.521Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T06:09:14.521Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:09:14.521Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:14.521Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T06:09:14.521Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:09:14.521Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:14.522Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T06:09:14.522Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:09:14.522Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:14.522Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-08T06:09:14.522Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-08T06:09:14.522Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2319b21b-3d81-4d4a-b0e4-9318c428c803 2022-05-08T06:09:14.523Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:14.523Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:09:14.523Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:14.523Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:09:14.523Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:14.523Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:09:14.523Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:14.523Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:09:14.524Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:26c39787-fb28-46b9-a583-7c6bc99685db Model Version:NULL Model InvariantUuid:402d4e26-7e10-45d4-9b4e-fcb34ee162df Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:be58c705-60e0-4223-8609-c286e45fd78e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:24cecee0-5b7c-4404-b815-080b51089d70 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3f905f6f-f6bb-4424-b01d-90b1935dd299 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4ff131b0-be73-4006-8525-2e97fc908402 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:f981d389-eef3-4037-8c2a-e61748347f58 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2319b21b-3d81-4d4a-b0e4-9318c428c803 ModelInvariantUuid:e667dcd5-e873-4cae-a596-1777931799ae ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:590fdf7f-2a14-4381-b822-25b53fcf9f36 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:b115806e-9d05-47e3-8103-4cd3c0952832 ModelInvariantUuid:f53497d1-ff6a-40d7-8b3a-bb94a64f8e6a ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:bf83bbbc-d99c-45fe-b058-cb7df87e7e7d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T06:09:14.531Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f51e1372-4a7b-44b3-a12a-ed5fa99f1f99 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:09:14.534Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||basic_cnf 0 2022-05-08T06:09:14.534Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f51e1372-4a7b-44b3-a12a-ed5fa99f1f99 2022-05-08T06:09:14.534Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b08e7807-09bb-4582-b16b-af620dd6430f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-08T06:09:14.535Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:09:14.535Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-08T06:09:15.246Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:09:15.247Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env b08e7807-09bb-4582-b16b-af620dd6430f 12 2022-05-08T06:09:15.248Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-08T06:09:15.248Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-08T06:09:15.248Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:09:15.248Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:15.251Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:15.251Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990155248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:15.351Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:09:15.351Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:15.352Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:15.361Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:15.361Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:16.251Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c2dea8b3-2e8a-4fa7-88a6-8af8a046efa8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-08T06:09:16.252Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:09:16.253Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-08T06:09:16.548Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:09:16.548Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c2dea8b3-2e8a-4fa7-88a6-8af8a046efa8 2688 2022-05-08T06:09:16.549Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-08T06:09:16.549Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-08T06:09:16.549Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:09:16.550Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:16.551Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:16.552Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990156549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:16.652Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:09:16.653Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:16.653Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:16.673Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:16.674Z||pool-62-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:17.554Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 82bb8f43-ac67-4c82-b0e1-e6a83dfba5f1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-08T06:09:17.554Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:09:17.555Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-08T06:09:18.244Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:09:18.244Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 82bb8f43-ac67-4c82-b0e1-e6a83dfba5f1 828 2022-05-08T06:09:18.245Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-08T06:09:18.245Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-08T06:09:18.245Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:09:18.245Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:18.248Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:18.248Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990158245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:18.348Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:09:18.348Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:18.349Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:18.359Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:18.359Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:19.249Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4ff131b0-be73-4006-8525-2e97fc908402", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f981d389-eef3-4037-8c2a-e61748347f58", "vfModuleModelCustomizationUUID": "12ad33d7-e8ff-4bfd-805c-5a6eb829e6f5", "isBase": true, "artifacts": [ "b523a4d4-a390-4f47-977c-cbb18b5c75b8", "c2dea8b3-2e8a-4fa7-88a6-8af8a046efa8", "4160f276-0994-4059-80d6-ebcdaa6a6933" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T06:09:19.253Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f981d389-eef3-4037-8c2a-e61748347f58 VfModuleModelInvariantUUID:4ff131b0-be73-4006-8525-2e97fc908402 VfModuleModelDescription:NULL Artifacts UUID List:{ b523a4d4-a390-4f47-977c-cbb18b5c75b8 , c2dea8b3-2e8a-4fa7-88a6-8af8a046efa8 , 4160f276-0994-4059-80d6-ebcdaa6a6933 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T06:09:19.256Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4ff131b0-be73-4006-8525-2e97fc908402", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f981d389-eef3-4037-8c2a-e61748347f58", "vfModuleModelCustomizationUUID": "12ad33d7-e8ff-4bfd-805c-5a6eb829e6f5", "isBase": true, "artifacts": [ "b523a4d4-a390-4f47-977c-cbb18b5c75b8", "c2dea8b3-2e8a-4fa7-88a6-8af8a046efa8", "4160f276-0994-4059-80d6-ebcdaa6a6933" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T06:09:19.256Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f981d389-eef3-4037-8c2a-e61748347f58 VfModuleModelInvariantUUID:4ff131b0-be73-4006-8525-2e97fc908402 VfModuleModelDescription:NULL Artifacts UUID List:{ b523a4d4-a390-4f47-977c-cbb18b5c75b8 , c2dea8b3-2e8a-4fa7-88a6-8af8a046efa8 , 4160f276-0994-4059-80d6-ebcdaa6a6933 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T06:09:19.256Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b523a4d4-a390-4f47-977c-cbb18b5c75b8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-08T06:09:19.256Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:09:19.257Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-08T06:09:19.988Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:09:19.989Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b523a4d4-a390-4f47-977c-cbb18b5c75b8 1164 2022-05-08T06:09:19.989Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-08T06:09:19.989Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-08T06:09:19.990Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:09:19.990Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:19.992Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:19.992Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990159989, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:20.092Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:09:20.093Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:20.093Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:20.105Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:20.106Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:20.993Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4160f276-0994-4059-80d6-ebcdaa6a6933 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-08T06:09:20.993Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:09:20.994Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-08T06:09:22.057Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:09:22.058Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 4160f276-0994-4059-80d6-ebcdaa6a6933 200 2022-05-08T06:09:22.058Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-08T06:09:22.059Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-08T06:09:22.059Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:09:22.059Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:22.061Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:22.061Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990162058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-08T06:09:22.161Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:09:22.162Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:22.162Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:22.174Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:22.175Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:23.062Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 26c39787-fb28-46b9-a583-7c6bc99685db 2022-05-08T06:09:23.063Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f51e1372-4a7b-44b3-a12a-ed5fa99f1f99 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2022-05-08T06:09:23.081Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:09:23.089Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71bdf151, org.onap.sdc.toscaparser.api.parameters.Input@79d63d2e, org.onap.sdc.toscaparser.api.parameters.Input@3d7c1359, org.onap.sdc.toscaparser.api.parameters.Input@600df0af, org.onap.sdc.toscaparser.api.parameters.Input@7e24b286] 2022-05-08T06:09:23.090Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:23.091Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:09:23.091Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-05-08T06:09:23.091Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3f905f6f-f6bb-4424-b01d-90b1935dd299 2022-05-08T06:09:23.091Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3f905f6f-f6bb-4424-b01d-90b1935dd299 matches Tosca VF Customization UUID: 3f905f6f-f6bb-4424-b01d-90b1935dd299 2022-05-08T06:09:23.091Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3f905f6f-f6bb-4424-b01d-90b1935dd299 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-08T06:09:23.093Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:23.093Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:09:23.094Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3f905f6f-f6bb-4424-b01d-90b1935dd299: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-05-08T06:09:23.094Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64eff933 2022-05-08T06:09:23.094Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:23.094Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T06:09:23.094Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 12ad33d7-e8ff-4bfd-805c-5a6eb829e6f5 2022-05-08T06:09:23.094Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 12ad33d7-e8ff-4bfd-805c-5a6eb829e6f5 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-08T06:09:23.097Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:23.097Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T06:09:23.097Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:09:23.097Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:23.097Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T06:09:23.098Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:09:23.098Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:23.098Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-08T06:09:23.098Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-08T06:09:23.098Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2319b21b-3d81-4d4a-b0e4-9318c428c803 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-08T06:09:23.101Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:23.101Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T06:09:23.101Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:09:23.101Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:23.101Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-08T06:09:23.102Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3f905f6f-f6bb-4424-b01d-90b1935dd299 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:09:23.103Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:23.103Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:09:23.104Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 26c39787-fb28-46b9-a583-7c6bc99685db: basic_cnf 2022-05-08T06:09:23.104Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:23.104Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:09:23.104Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:23.104Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:09:23.104Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:23.104Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:09:23.105Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:23.105Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:09:23.105Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:09:23.105Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:09:23.105Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:09:23.180Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f51e1372-4a7b-44b3-a12a-ed5fa99f1f99 1 ASDC deployResourceStructure 2022-05-08T06:09:23.181Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-08T06:09:23.181Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-05-08T06:09:23.181Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-08T06:09:23.182Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:23.184Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:23.184Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990163180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-08T06:09:23.284Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:09:23.285Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:23.285Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:23.294Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:23.294Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:24.185Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-08T06:09:24.185Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-08T06:09:24.185Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-08T06:09:24.186Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:24.188Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:24.188Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990164184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-08T06:09:24.288Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:09:24.288Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:24.288Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:24.298Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:24.298Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:25.189Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-08T06:09:25.189Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-08T06:09:25.189Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:09:25.189Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:25.191Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:25.191Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990165189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T06:09:25.291Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:09:25.292Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:25.293Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:25.302Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:25.303Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:26.192Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-08T06:09:26.192Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-08T06:09:26.194Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:09:26.194Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:26.196Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:26.196Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990166191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-08T06:09:26.296Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:09:26.297Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:26.297Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:26.308Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:26.309Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-08T06:09:27.198Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-08T06:09:27.198Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-08T06:09:27.198Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:09:27.198Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:27.200Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:27.200Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990167198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-08T06:09:27.300Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:09:27.301Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:27.301Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:27.317Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:27.318Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:28.202Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-08T06:09:28.202Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-08T06:09:28.203Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:09:28.203Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:28.205Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:28.205Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990168202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:09:28.305Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:09:28.306Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:28.306Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:28.317Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:28.318Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:09:29.206Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f3fdde1-a343-46db-8b46-531c7cad54c4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:09:29.217Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f3fdde1-a343-46db-8b46-531c7cad54c4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:09:29.220Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T06:09:29.220Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T06:09:29.220Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T06:09:29.221Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T06:09:29.221Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:09:29.221Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:09:29.221Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:09:29.221Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:09:29.221Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:09:29.222Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:09:29.222Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:09:29.226Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T06:09:59.227Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3f3fdde1-a343-46db-8b46-531c7cad54c4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T06:09:59.236Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3f3fdde1-a343-46db-8b46-531c7cad54c4 and serviceModelVersionId: 26c39787-fb28-46b9-a583-7c6bc99685db 2022-05-08T06:09:59.237Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 402d4e26-7e10-45d4-9b4e-fcb34ee162df 2022-05-08T06:09:59.238Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/402d4e26-7e10-45d4-9b4e-fcb34ee162df/model-vers/model-ver/26c39787-fb28-46b9-a583-7c6bc99685db?depth=0 2022-05-08T06:09:59.242Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T06:09:59.349Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/402d4e26-7e10-45d4-9b4e-fcb34ee162df/model-vers/model-ver/26c39787-fb28-46b9-a583-7c6bc99685db?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-08T06:09:59.351Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/402d4e26-7e10-45d4-9b4e-fcb34ee162df/model-vers/model-ver/26c39787-fb28-46b9-a583-7c6bc99685db?depth=0|INFO|500||Invoke 2022-05-08T06:09:59.371Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/402d4e26-7e10-45d4-9b4e-fcb34ee162df/model-vers/model-ver/26c39787-fb28-46b9-a583-7c6bc99685db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T06:09:59.454Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/402d4e26-7e10-45d4-9b4e-fcb34ee162df/model-vers/model-ver/26c39787-fb28-46b9-a583-7c6bc99685db?depth=0|INFO|500||InvokeReturn 2022-05-08T06:09:59.455Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/402d4e26-7e10-45d4-9b4e-fcb34ee162df/model-vers/model-ver/26c39787-fb28-46b9-a583-7c6bc99685db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220508-06:09:58:125-60912], vertex-id=[221408], Content-Length=[0], Date=[Sun, 08 May 2022 06:09:58 GMT], Content-Type=[application/json]} 2022-05-08T06:09:59.456Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-05-08T06:09:59.456Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T06:09:59.457Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:09:59.462Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T06:09:59.463Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3f3fdde1-a343-46db-8b46-531c7cad54c4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T06:09:59.463Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T06:09:59.464Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:09:59.466Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:09:59.466Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990199463, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T06:09:59.566Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:09:59.567Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:09:59.567Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:09:59.578Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:09:59.578Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T06:10:00.478Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T06:10:00.478Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6723dd85-0d2e-4558-abe2-3d1147db627c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"183f2f45-d10f-4200-abdf-e128a329f6b9","serviceDescription":"service","serviceInvariantUUID":"ea1b4c91-d68f-4a3f-911c-1227b4d18908","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eae94c11-b338-4152-8c64-cd65a7f2b63f","resourceInvariantUUID":"dfe90e04-7c3b-4ac1-b396-9352c34b425b","resourceCustomizationUUID":"b94c4c9d-143f-4ece-8002-278de86caa6b","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":"ZWE3Yzk4NTMwODYyZDczY2Q0NmI2ZTZlYjNhOTIxYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e0fae6ae-077b-4392-8a8d-3731ea90b305","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":"YTA1YWJhMTA5ZmY2YTdmNTZmNjk1ODkzMzAwNmJmODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"44ce8fa1-4fe2-4863-89d8-a43129acdeb3","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":"1986509e-e72c-4ede-b3c2-0c18a46401bc","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":"33512d88-31a1-48f0-b31c-083280e00f37","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":"79da258c-9761-4668-ac51-9a5c9baed1c9","artifactVersion":"2","generatedFromUUID":"1986509e-e72c-4ede-b3c2-0c18a46401bc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTZhMzg0NzMyZjIwNmQxZDJjZDVhNDI4MzA5YTRmNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45ccbf94-38e4-4332-8b6c-901aea85e662","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDhmYWNiODU0OWQwNTAwOTAxMTk3N2UzMGZmNTNmZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2802a76f-478f-49e2-bced-28d07c195b22","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T06:10:00.479Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:10:00.479Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:00.481Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:00.481Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:00.581Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:10:00.583Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:00.583Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:00.592Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:00.592Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:01.482Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:10:01.483Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:01.485Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:01.485Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-08T06:10:01.585Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:01.586Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:01.586Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:01.594Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:01.595Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:02.486Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:10:02.487Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:02.488Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:02.488Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-08T06:10:02.589Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:02.590Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:02.590Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:02.599Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:02.599Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:03.489Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:10:03.490Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:03.492Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:03.492Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:03.592Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:10:03.593Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:03.593Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:03.605Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:03.605Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:04.493Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:10:04.494Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:04.496Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:04.496Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-08T06:10:04.596Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:04.597Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:04.597Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:04.610Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:04.610Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:05.497Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:10:05.497Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:05.499Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:05.500Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:05.600Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:10:05.600Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:05.600Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:05.616Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:05.616Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:06.500Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:10:06.501Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:06.503Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:06.503Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:10:06.603Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:06.603Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:06.603Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:06.615Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:06.615Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:07.507Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "183f2f45-d10f-4200-abdf-e128a329f6b9", "serviceDescription": "service", "serviceInvariantUUID": "ea1b4c91-d68f-4a3f-911c-1227b4d18908", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "b94c4c9d-143f-4ece-8002-278de86caa6b", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "eae94c11-b338-4152-8c64-cd65a7f2b63f", "resourceInvariantUUID": "dfe90e04-7c3b-4ac1-b396-9352c34b425b", "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": "YTA1YWJhMTA5ZmY2YTdmNTZmNjk1ODkzMzAwNmJmODY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "44ce8fa1-4fe2-4863-89d8-a43129acdeb3", "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": "1986509e-e72c-4ede-b3c2-0c18a46401bc", "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": "79da258c-9761-4668-ac51-9a5c9baed1c9", "generatedFromUUID": "1986509e-e72c-4ede-b3c2-0c18a46401bc" }, "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": "79da258c-9761-4668-ac51-9a5c9baed1c9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDhmYWNiODU0OWQwNTAwOTAxMTk3N2UzMGZmNTNmZTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2802a76f-478f-49e2-bced-28d07c195b22" } ], "workloadContext": "Production" } 2022-05-08T06:10:07.515Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T06:10:07.515Z|3f3fdde1-a343-46db-8b46-531c7cad54c4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 183f2f45-d10f-4200-abdf-e128a329f6b9 ASDC 2022-05-08T06:10:07.515Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:6723dd85-0d2e-4558-abe2-3d1147db627c ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:183f2f45-d10f-4200-abdf-e128a329f6b9 ServiceInvariantUUID:ea1b4c91-d68f-4a3f-911c-1227b4d18908 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:2802a76f-478f-49e2-bced-28d07c195b22 ArtifactChecksum:ZDhmYWNiODU0OWQwNTAwOTAxMTk3N2UzMGZmNTNmZTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:b94c4c9d-143f-4ece-8002-278de86caa6b ResourceInvariantUUID:dfe90e04-7c3b-4ac1-b396-9352c34b425b ResourceName:basic_vm ResourceType:VF ResourceUUID:eae94c11-b338-4152-8c64-cd65a7f2b63f 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:44ce8fa1-4fe2-4863-89d8-a43129acdeb3 ArtifactChecksum:YTA1YWJhMTA5ZmY2YTdmNTZmNjk1ODkzMzAwNmJmODY= 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:1986509e-e72c-4ede-b3c2-0c18a46401bc 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:79da258c-9761-4668-ac51-9a5c9baed1c9 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:79da258c-9761-4668-ac51-9a5c9baed1c9 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-08T06:10:07.516Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 183f2f45-d10f-4200-abdf-e128a329f6b9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T06:10:07.589Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T06:10:07.589Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:10:07.590Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:10:07.590Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2802a76f-478f-49e2-bced-28d07c195b22 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-08T06:10:07.590Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:10:07.590Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-08T06:10:07.871Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:10:07.874Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2802a76f-478f-49e2-bced-28d07c195b22 71065 2022-05-08T06:10:07.874Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-08T06:10:07.874Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-08T06:10:07.874Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:10:07.875Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:07.877Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:07.877Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990207874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:10:07.977Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:07.978Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:07.978Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:07.988Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:07.988Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:08.877Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T06:10:08.878Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:10:08.879Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2802a76f-478f-49e2-bced-28d07c195b22, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T06:10:08.879Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-05-08T06:10:08.879Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T06:10:08.879Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T06:10:08.989Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17772394166243148089/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-08T06:10:10.104Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T06:10:10.105Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T06:10:10.105Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T06:10:10.119Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-08T06:10:10.119Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T06:10:10.120Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T06:10:10.120Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T06:10:10.120Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T06:10:10.120Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T06:10:10.120Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T06:10:10.120Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T06:10:10.120Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T06:10:10.120Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-08T06:10:10.120Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T06:10:10.121Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:10.121Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:10:10.121Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T06:10:10.121Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T06:10:10.121Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T06:10:10.121Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:10.121Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:10:10.122Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T06:10:10.122Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T06:10:10.122Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T06:10:10.122Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:10.122Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:10:10.122Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:10.123Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-08T06:10:10.123Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-08T06:10:10.123Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-08T06:10:10.123Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-08T06:10:10.123Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-08T06:10:10.123Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-08T06:10:10.123Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:10.124Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T06:10:10.124Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:10.124Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T06:10:10.124Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:10:10.124Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:10.124Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T06:10:10.125Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:10:10.125Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:10.125Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T06:10:10.125Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:10:10.125Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:10.125Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-08T06:10:10.125Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-08T06:10:10.126Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-08T06:10:10.126Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=faff81fd-c1ff-4b94-b015-e7a4447a27dd 2022-05-08T06:10:10.126Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:10.126Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:10:10.126Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:10.126Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:10:10.126Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:10.126Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:10:10.127Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:10.127Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:10:10.127Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:183f2f45-d10f-4200-abdf-e128a329f6b9 Model Version:NULL Model InvariantUuid:ea1b4c91-d68f-4a3f-911c-1227b4d18908 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:0d8c689d-6315-4419-9555-91a69b79c0d0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:dfe90e04-7c3b-4ac1-b396-9352c34b425b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b94c4c9d-143f-4ece-8002-278de86caa6b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8cf8c630-5a0b-4c39-87d6-7daf956e5643 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:0e5efca9-28ae-459b-b756-93970c4740a8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:faff81fd-c1ff-4b94-b015-e7a4447a27dd ModelInvariantUuid:73321411-9ec7-4874-af02-a5e12c736f37 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:73cadd6a-4a06-458d-ae7b-f4426dd40eeb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:28e14ae4-3533-4c82-a24a-7e73a357f1df ModelInvariantUuid:20c746da-6689-4913-bf57-6d45358bd43e ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:dd69c3ae-e00d-466d-a303-8ed6eb2bd363 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T06:10:10.133Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: eae94c11-b338-4152-8c64-cd65a7f2b63f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:10:10.136Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||basic_vm 0 2022-05-08T06:10:10.136Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eae94c11-b338-4152-8c64-cd65a7f2b63f 2022-05-08T06:10:10.136Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 44ce8fa1-4fe2-4863-89d8-a43129acdeb3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-08T06:10:10.136Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:10:10.136Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-08T06:10:10.447Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:10:10.447Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 44ce8fa1-4fe2-4863-89d8-a43129acdeb3 787 2022-05-08T06:10:10.448Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-08T06:10:10.448Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-08T06:10:10.448Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:10:10.448Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:10.450Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:10.450Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990210447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T06:10:10.550Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:10.551Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:10.551Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:10.562Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:10.562Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:11.450Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8cf8c630-5a0b-4c39-87d6-7daf956e5643", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0e5efca9-28ae-459b-b756-93970c4740a8", "vfModuleModelCustomizationUUID": "2b97d060-5cb7-4cfb-83b5-8a87af4e8453", "isBase": true, "artifacts": [ "1986509e-e72c-4ede-b3c2-0c18a46401bc", "79da258c-9761-4668-ac51-9a5c9baed1c9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T06:10:11.454Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0e5efca9-28ae-459b-b756-93970c4740a8 VfModuleModelInvariantUUID:8cf8c630-5a0b-4c39-87d6-7daf956e5643 VfModuleModelDescription:NULL Artifacts UUID List:{ 1986509e-e72c-4ede-b3c2-0c18a46401bc , 79da258c-9761-4668-ac51-9a5c9baed1c9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T06:10:11.456Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8cf8c630-5a0b-4c39-87d6-7daf956e5643", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0e5efca9-28ae-459b-b756-93970c4740a8", "vfModuleModelCustomizationUUID": "2b97d060-5cb7-4cfb-83b5-8a87af4e8453", "isBase": true, "artifacts": [ "1986509e-e72c-4ede-b3c2-0c18a46401bc", "79da258c-9761-4668-ac51-9a5c9baed1c9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T06:10:11.456Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0e5efca9-28ae-459b-b756-93970c4740a8 VfModuleModelInvariantUUID:8cf8c630-5a0b-4c39-87d6-7daf956e5643 VfModuleModelDescription:NULL Artifacts UUID List:{ 1986509e-e72c-4ede-b3c2-0c18a46401bc , 79da258c-9761-4668-ac51-9a5c9baed1c9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T06:10:11.456Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1986509e-e72c-4ede-b3c2-0c18a46401bc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-08T06:10:11.456Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:10:11.457Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-08T06:10:11.738Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:10:11.739Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1986509e-e72c-4ede-b3c2-0c18a46401bc 5033 2022-05-08T06:10:11.739Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-08T06:10:11.739Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-08T06:10:11.739Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:10:11.740Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:11.741Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:11.742Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990211739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T06:10:11.842Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:11.843Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:11.843Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:11.853Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:11.853Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:10:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:10:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:11.915Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:11.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "policy-id", "timestamp": 1651990031760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:10:11.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:11.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1651990031482, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T06:10:11.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:11.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990031547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:10:11.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:11.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "policy-id", "timestamp": 1651990032763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:10:11.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:11.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "multicloud-k8s-id", "timestamp": 1651990032491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990033400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:10:11.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:11.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "policy-id", "timestamp": 1651990033766, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:10:11.927Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2bb4244-85b3-4100-b2ea-376726ad8383 2022-05-08T06:10:11.927Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2bb4244-85b3-4100-b2ea-376726ad8383 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:10:11.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "multicloud-k8s-id", "timestamp": 1651990032491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-08T06:10:11.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990034403, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:10:11.943Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84134640-3f80-4479-a151-7d1925af46d5 2022-05-08T06:10:11.943Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84134640-3f80-4479-a151-7d1925af46d5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:10:11.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "multicloud-k8s-id", "timestamp": 1651990032491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-08T06:10:11.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990035406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "multicloud-k8s-id", "timestamp": 1651990032491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990035406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "multicloud-k8s-id", "timestamp": 1651990032491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-08T06:10:11.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "aai-ml", "timestamp": 1651989989626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:10:11.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990035406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "multicloud-k8s-id", "timestamp": 1651990032491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "clamp", "timestamp": 1651990038540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:10:11.955Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:11.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990035406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "multicloud-k8s-id", "timestamp": 1651990032491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "aai-ml", "timestamp": 1651990040282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:10:11.956Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:11.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990035406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "multicloud-k8s-id", "timestamp": 1651990032491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:10:11.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990035406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "multicloud-k8s-id", "timestamp": 1651990041678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T06:10:11.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990035406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "clamp", "timestamp": 1651990042831, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:10:11.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990035406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:10:11.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "multicloud-k8s-id", "timestamp": 1651990043082, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T06:10:11.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "clamp", "timestamp": 1651990043833, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:10:11.962Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 84134640-3f80-4479-a151-7d1925af46d5 2022-05-08T06:10:11.962Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84134640-3f80-4479-a151-7d1925af46d5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:10:11.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990044285, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:10:11.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:11.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "multicloud-k8s-id", "timestamp": 1651990044390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-08T06:10:11.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:11.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "clamp", "timestamp": 1651990044836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "multicloud-k8s-id", "timestamp": 1651990045405, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:10:11.975Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2bb4244-85b3-4100-b2ea-376726ad8383 2022-05-08T06:10:11.975Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2bb4244-85b3-4100-b2ea-376726ad8383 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-08T06:10:11.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990046169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:10:11.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:11.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "clamp", "timestamp": 1651990044836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-08T06:10:11.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "multicloud-k8s-id", "timestamp": 1651990046410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T06:10:11.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:11.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990047173, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:10:11.986Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2bb4244-85b3-4100-b2ea-376726ad8383 2022-05-08T06:10:11.986Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2bb4244-85b3-4100-b2ea-376726ad8383 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:10:11.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "clamp", "timestamp": 1651990044836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "aai-ml", "timestamp": 1651990048075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:10:11.994Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:11.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "clamp", "timestamp": 1651990044836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:11.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:11.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:11.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "aai-ml", "timestamp": 1651990049078, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:10:11.999Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84134640-3f80-4479-a151-7d1925af46d5 2022-05-08T06:10:11.999Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84134640-3f80-4479-a151-7d1925af46d5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:10:12.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "clamp", "timestamp": 1651990044836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "aai-ml", "timestamp": 1651990050081, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "clamp", "timestamp": 1651990044836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "aai-ml", "timestamp": 1651990050081, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "clamp", "timestamp": 1651990044836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "aai-ml", "timestamp": 1651990050081, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "clamp", "timestamp": 1651990044836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:10:12.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "aai-ml", "timestamp": 1651990050081, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "aai-ml", "timestamp": 1651990050081, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "aai-ml", "timestamp": 1651990050081, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "aai-ml", "timestamp": 1651990050081, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "aai-ml", "timestamp": 1651990050081, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:10:12.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "aai-ml", "timestamp": 1651990058867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:10:12.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:12.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "clamp", "timestamp": 1651990062543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:10:12.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:12.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "clamp", "timestamp": 1651990065548, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:10:12.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:12.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "clamp", "timestamp": 1651990066551, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:10:12.019Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a2bb4244-85b3-4100-b2ea-376726ad8383 2022-05-08T06:10:12.019Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2bb4244-85b3-4100-b2ea-376726ad8383 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:10:12.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "aai-ml", "timestamp": 1651990070591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:10:12.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:10:12.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "aai-ml", "timestamp": 1651990071594, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:10:12.031Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a2bb4244-85b3-4100-b2ea-376726ad8383 2022-05-08T06:10:12.032Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2bb4244-85b3-4100-b2ea-376726ad8383 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:10:12.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "multicloud-k8s-id", "timestamp": 1651990085455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "aai-ml", "timestamp": 1651990082131, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990086269, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "policy-id", "timestamp": 1651990086782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "cds", "timestamp": 1651990090472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "aai-ml", "timestamp": 1651990082131, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "multicloud-k8s-id", "timestamp": 1651990085455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990086269, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:10:12.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "policy-id", "timestamp": 1651990086782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:12.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:10:12.742Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 79da258c-9761-4668-ac51-9a5c9baed1c9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-08T06:10:12.743Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:10:12.743Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-08T06:10:12.951Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:10:12.952Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 79da258c-9761-4668-ac51-9a5c9baed1c9 903 2022-05-08T06:10:12.952Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-08T06:10:12.952Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-08T06:10:12.952Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:10:12.953Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:12.955Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:12.955Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990212952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-08T06:10:13.055Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:13.055Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:13.056Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:13.064Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:13.064Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-05-08T06:10:13.955Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 183f2f45-d10f-4200-abdf-e128a329f6b9 2022-05-08T06:10:13.956Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 eae94c11-b338-4152-8c64-cd65a7f2b63f ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:10:13.970Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5de5655b, org.onap.sdc.toscaparser.api.parameters.Input@7efd43f3, org.onap.sdc.toscaparser.api.parameters.Input@1b74bd09, org.onap.sdc.toscaparser.api.parameters.Input@4d2512bb, org.onap.sdc.toscaparser.api.parameters.Input@3b1c79f9] 2022-05-08T06:10:13.971Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:13.971Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:10:13.972Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-05-08T06:10:13.972Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= b94c4c9d-143f-4ece-8002-278de86caa6b 2022-05-08T06:10:13.972Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b94c4c9d-143f-4ece-8002-278de86caa6b matches Tosca VF Customization UUID: b94c4c9d-143f-4ece-8002-278de86caa6b 2022-05-08T06:10:13.972Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: b94c4c9d-143f-4ece-8002-278de86caa6b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-08T06:10:13.974Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:13.974Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:10:13.975Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id b94c4c9d-143f-4ece-8002-278de86caa6b: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-05-08T06:10:13.975Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@749d53eb 2022-05-08T06:10:13.976Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:13.976Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T06:10:13.976Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2b97d060-5cb7-4cfb-83b5-8a87af4e8453 2022-05-08T06:10:13.976Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2b97d060-5cb7-4cfb-83b5-8a87af4e8453 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-08T06:10:13.979Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:13.979Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T06:10:13.979Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:10:13.980Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:13.980Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T06:10:13.980Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:10:13.981Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:13.981Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-08T06:10:13.981Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-08T06:10:13.982Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-08T06:10:13.982Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=faff81fd-c1ff-4b94-b015-e7a4447a27dd Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-08T06:10:13.984Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:13.984Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T06:10:13.985Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:10:13.985Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:13.985Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-08T06:10:13.986Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b94c4c9d-143f-4ece-8002-278de86caa6b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:10:13.988Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:13.988Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:10:13.988Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 183f2f45-d10f-4200-abdf-e128a329f6b9: basic_vm 2022-05-08T06:10:13.989Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:13.989Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:10:13.989Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:13.989Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:10:13.990Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:13.990Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:10:13.990Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:13.991Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:10:13.991Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:10:13.991Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:10:13.991Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:10:14.066Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm eae94c11-b338-4152-8c64-cd65a7f2b63f 1 ASDC deployResourceStructure 2022-05-08T06:10:14.067Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-08T06:10:14.067Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-08T06:10:14.067Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:10:14.067Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:14.069Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:14.069Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990214067, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T06:10:14.169Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:10:14.170Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:14.170Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:14.180Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:14.180Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:15.070Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-08T06:10:15.071Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-08T06:10:15.071Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:10:15.072Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:15.074Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:15.074Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990215070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-08T06:10:15.175Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-08T06:10:15.175Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:15.176Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:15.185Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:15.186Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:16.075Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-08T06:10:16.075Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-08T06:10:16.076Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:10:16.076Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:16.078Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:16.079Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990216075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-08T06:10:16.179Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:16.180Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:16.180Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:16.192Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:16.192Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:17.080Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-08T06:10:17.080Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-08T06:10:17.080Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:10:17.081Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:17.082Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:17.083Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990217079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:10:17.183Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:17.184Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:17.184Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:17.193Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:17.194Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:18.083Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6723dd85-0d2e-4558-abe2-3d1147db627c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:10:18.094Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6723dd85-0d2e-4558-abe2-3d1147db627c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:10:18.098Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T06:10:18.098Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T06:10:18.098Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T06:10:18.098Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T06:10:18.099Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:10:18.099Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:10:18.099Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:10:18.099Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:10:18.099Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:10:18.099Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:10:18.099Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:10:18.104Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T06:10:48.105Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6723dd85-0d2e-4558-abe2-3d1147db627c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T06:10:48.112Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6723dd85-0d2e-4558-abe2-3d1147db627c and serviceModelVersionId: 183f2f45-d10f-4200-abdf-e128a329f6b9 2022-05-08T06:10:48.112Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea1b4c91-d68f-4a3f-911c-1227b4d18908 2022-05-08T06:10:48.113Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea1b4c91-d68f-4a3f-911c-1227b4d18908/model-vers/model-ver/183f2f45-d10f-4200-abdf-e128a329f6b9?depth=0 2022-05-08T06:10:48.119Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T06:10:48.163Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea1b4c91-d68f-4a3f-911c-1227b4d18908/model-vers/model-ver/183f2f45-d10f-4200-abdf-e128a329f6b9?depth=0|INFO|500||Invoke 2022-05-08T06:10:48.163Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea1b4c91-d68f-4a3f-911c-1227b4d18908/model-vers/model-ver/183f2f45-d10f-4200-abdf-e128a329f6b9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea1b4c91-d68f-4a3f-911c-1227b4d18908/model-vers/model-ver/183f2f45-d10f-4200-abdf-e128a329f6b9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6723dd85-0d2e-4558-abe2-3d1147db627c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6eeba89c-3553-4091-819e-bdfc6b6d4877], X-ECOMP-RequestID=[6723dd85-0d2e-4558-abe2-3d1147db627c], X-TransactionId=[], X-ONAP-RequestID=[6723dd85-0d2e-4558-abe2-3d1147db627c], Content-Type=[application/merge-patch+json]} 2022-05-08T06:10:48.181Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea1b4c91-d68f-4a3f-911c-1227b4d18908/model-vers/model-ver/183f2f45-d10f-4200-abdf-e128a329f6b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T06:10:48.564Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea1b4c91-d68f-4a3f-911c-1227b4d18908/model-vers/model-ver/183f2f45-d10f-4200-abdf-e128a329f6b9?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/ea1b4c91-d68f-4a3f-911c-1227b4d18908/model-vers/model-ver/183f2f45-d10f-4200-abdf-e128a329f6b9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220508-06:10:46:935-6701], vertex-id=[217120], Content-Length=[0], Date=[Sun, 08 May 2022 06:10:46 GMT], Content-Type=[application/json]} 2022-05-08T06:10:48.564Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea1b4c91-d68f-4a3f-911c-1227b4d18908/model-vers/model-ver/183f2f45-d10f-4200-abdf-e128a329f6b9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-08T06:10:48.565Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea1b4c91-d68f-4a3f-911c-1227b4d18908/model-vers/model-ver/183f2f45-d10f-4200-abdf-e128a329f6b9?depth=0|INFO|500||InvokeReturn 2022-05-08T06:10:48.565Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T06:10:48.565Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:10:48.571Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T06:10:48.571Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6723dd85-0d2e-4558-abe2-3d1147db627c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T06:10:48.571Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T06:10:48.571Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:48.573Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:48.573Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990248571, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T06:10:48.674Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:48.675Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:48.675Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:48.686Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:48.687Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T06:10:49.586Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T06:10:49.586Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"84134640-3f80-4479-a151-7d1925af46d5","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"8ea690f6-90e4-4d81-9076-95ed375ed268","serviceDescription":"service","serviceInvariantUUID":"92d98d7c-a2b7-4b43-b78a-61e6717f66c8","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b2ca07aa-a8eb-4193-bf73-0e37f1d63511","resourceInvariantUUID":"f27a33b5-e01a-484f-b30a-5a623fbe05e1","resourceCustomizationUUID":"180e97e4-db63-4e40-b063-ce3e37812b00","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":"MDUyZGU3NjYyZjViNjExYjU5NGY3OTExNjAwZmE5N2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ef448755-a6df-4152-aa22-e2caa580e17d","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":"MWNhMmI3NjQzMzQ3NjNjOGRlMzgxYmRmNDE5YjhjYmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"19fd9a10-5f44-412b-a482-88b541315e09","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":"89b5a6cd-4a35-4fe0-b923-534c0981d355","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":"928bad4e-09d5-442e-989b-155548e12fa6","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":"07cae83d-bf02-404e-9693-2d112db1329c","artifactVersion":"2","generatedFromUUID":"5f9aa669-751e-4c31-a720-b460a2c451c1"},{"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":"983f53f9-cf5e-45bb-a049-916581dd6f3c","artifactVersion":"2","generatedFromUUID":"89b5a6cd-4a35-4fe0-b923-534c0981d355"},{"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":"5f9aa669-751e-4c31-a720-b460a2c451c1","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":"cdfac0ea-467a-405b-850f-415fe5f24d2e","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":"ZWYyOWMzNDEwMzM5NTAwNzNjZmE3MDFhZTYxN2RlMjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f36a20b6-7971-4d3c-b974-2e5e89463c98","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjY3OGNmZWNjNWE4MWE0YmVhNGQyMTBhMzA2ZGY3ZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cb2d0f5e-8dd6-43d2-947c-1b3bf32e9690","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T06:10:49.587Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:10:49.587Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:49.589Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:49.589Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:49.689Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:49.690Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:49.690Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:49.699Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:49.699Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:50.589Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:10:50.591Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:50.593Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:50.593Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-08T06:10:50.693Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:50.694Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:50.694Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:50.704Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:50.704Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:51.594Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:10:51.595Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:51.597Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:51.597Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-08T06:10:51.697Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:51.698Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:51.698Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:51.711Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:51.712Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-08T06:10:52.598Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:10:52.598Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:52.600Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:52.600Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:52.700Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:52.701Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:52.701Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:52.711Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:52.711Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-08T06:10:53.601Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:10:53.602Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:53.604Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:53.604Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-08T06:10:53.704Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:53.704Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:53.704Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:53.716Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:53.717Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:54.604Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:10:54.605Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:54.607Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:54.607Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-08T06:10:54.707Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:54.708Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:54.708Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:54.719Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:54.720Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-08T06:10:55.607Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:10:55.608Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:55.610Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:55.610Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-08T06:10:55.711Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:55.713Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:55.713Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:55.724Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:55.724Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-08T06:10:56.611Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:10:56.612Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:56.615Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:56.615Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:56.715Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:56.716Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:56.716Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:56.727Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:56.727Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-08T06:10:57.616Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:10:57.616Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:57.618Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:57.618Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:10:57.718Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:10:57.719Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:57.719Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:57.729Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:57.730Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:58.619Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:10:58.620Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:58.621Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:58.622Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:10:58.722Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:58.722Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:58.722Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:58.732Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:58.733Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:10:59.623Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "8ea690f6-90e4-4d81-9076-95ed375ed268", "serviceDescription": "service", "serviceInvariantUUID": "92d98d7c-a2b7-4b43-b78a-61e6717f66c8", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "180e97e4-db63-4e40-b063-ce3e37812b00", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b2ca07aa-a8eb-4193-bf73-0e37f1d63511", "resourceInvariantUUID": "f27a33b5-e01a-484f-b30a-5a623fbe05e1", "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": "MWNhMmI3NjQzMzQ3NjNjOGRlMzgxYmRmNDE5YjhjYmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "19fd9a10-5f44-412b-a482-88b541315e09", "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": "89b5a6cd-4a35-4fe0-b923-534c0981d355", "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": "983f53f9-cf5e-45bb-a049-916581dd6f3c", "generatedFromUUID": "89b5a6cd-4a35-4fe0-b923-534c0981d355" }, "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": "07cae83d-bf02-404e-9693-2d112db1329c", "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": "983f53f9-cf5e-45bb-a049-916581dd6f3c", "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": "5f9aa669-751e-4c31-a720-b460a2c451c1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YjY3OGNmZWNjNWE4MWE0YmVhNGQyMTBhMzA2ZGY3ZDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cb2d0f5e-8dd6-43d2-947c-1b3bf32e9690" } ], "workloadContext": "Production" } 2022-05-08T06:10:59.623Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T06:10:59.623Z|6723dd85-0d2e-4558-abe2-3d1147db627c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8ea690f6-90e4-4d81-9076-95ed375ed268 ASDC 2022-05-08T06:10:59.624Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:84134640-3f80-4479-a151-7d1925af46d5 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:8ea690f6-90e4-4d81-9076-95ed375ed268 ServiceInvariantUUID:92d98d7c-a2b7-4b43-b78a-61e6717f66c8 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:cb2d0f5e-8dd6-43d2-947c-1b3bf32e9690 ArtifactChecksum:YjY3OGNmZWNjNWE4MWE0YmVhNGQyMTBhMzA2ZGY3ZDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:180e97e4-db63-4e40-b063-ce3e37812b00 ResourceInvariantUUID:f27a33b5-e01a-484f-b30a-5a623fbe05e1 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:b2ca07aa-a8eb-4193-bf73-0e37f1d63511 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:19fd9a10-5f44-412b-a482-88b541315e09 ArtifactChecksum:MWNhMmI3NjQzMzQ3NjNjOGRlMzgxYmRmNDE5YjhjYmE= 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:89b5a6cd-4a35-4fe0-b923-534c0981d355 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:983f53f9-cf5e-45bb-a049-916581dd6f3c 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:07cae83d-bf02-404e-9693-2d112db1329c 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:983f53f9-cf5e-45bb-a049-916581dd6f3c 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:5f9aa669-751e-4c31-a720-b460a2c451c1 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-08T06:10:59.624Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ea690f6-90e4-4d81-9076-95ed375ed268 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T06:10:59.660Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T06:10:59.661Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:10:59.661Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:10:59.661Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cb2d0f5e-8dd6-43d2-947c-1b3bf32e9690 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-08T06:10:59.661Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:10:59.661Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-08T06:10:59.794Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:10:59.800Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar cb2d0f5e-8dd6-43d2-947c-1b3bf32e9690 158213 2022-05-08T06:10:59.800Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-08T06:10:59.801Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-08T06:10:59.801Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:10:59.801Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:10:59.803Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:10:59.803Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990259800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:10:59.903Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:10:59.904Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:10:59.904Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:10:59.918Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:10:59.918Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:00.804Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T06:11:00.805Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:11:00.805Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: cb2d0f5e-8dd6-43d2-947c-1b3bf32e9690, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-08T06:11:00.806Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-05-08T06:11:00.806Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-08T06:11:00.806Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-08T06:11:00.915Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP839445787154183573/Definitions/service-BasicCnfMacro-template.yml 2022-05-08T06:11:01.940Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T06:11:01.940Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T06:11:01.941Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-08T06:11:01.941Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-08T06:11:01.941Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-08T06:11:01.941Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-08T06:11:01.941Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-08T06:11:01.941Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-08T06:11:01.941Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T06:11:01.941Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:01.941Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:01.942Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T06:11:01.942Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T06:11:01.942Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T06:11:01.942Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:01.942Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:01.942Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T06:11:01.942Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T06:11:01.942Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T06:11:01.943Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:01.943Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:01.943Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:01.943Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-08T06:11:01.943Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-05-08T06:11:01.943Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-05-08T06:11:01.943Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-08T06:11:01.944Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:01.944Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T06:11:01.944Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:01.944Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T06:11:01.944Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:11:01.944Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:01.945Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T06:11:01.945Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:11:01.945Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:01.945Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T06:11:01.945Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:11:01.945Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:01.945Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T06:11:01.945Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:11:01.946Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:01.946Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-08T06:11:01.946Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-05-08T06:11:01.946Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=fe5f72dc-ccb1-4827-8227-e71f55ebd410 2022-05-08T06:11:01.946Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:01.946Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:01.947Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:01.947Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:01.947Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:01.947Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:01.947Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:01.947Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:01.947Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:8ea690f6-90e4-4d81-9076-95ed375ed268 Model Version:NULL Model InvariantUuid:92d98d7c-a2b7-4b43-b78a-61e6717f66c8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:6a5a9ce6-94aa-430d-8f3b-4ebd72d1ea48 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f27a33b5-e01a-484f-b30a-5a623fbe05e1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:180e97e4-db63-4e40-b063-ce3e37812b00 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cf3a405d-0d36-41e5-93f6-a6f5d743fb5e ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:3e03f709-6f69-4676-a857-818ebb96e181 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:b2e0a9c2-96aa-4910-9434-8f207b3923f0 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:aff921e2-6b11-449a-9407-994501c64847 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fe5f72dc-ccb1-4827-8227-e71f55ebd410 ModelInvariantUuid:d0708ba9-91fc-4031-860d-917ea882c122 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:e149d4c0-1d8a-4f03-a0cb-b6a6fe8aeb4d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:f218a470-18e8-45ea-8482-c89f23eda75d ModelInvariantUuid:0400a233-c4df-4a44-9077-f9a973842b96 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:168732ee-edba-4158-8fcf-33c9fe008bad ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T06:11:01.956Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b2ca07aa-a8eb-4193-bf73-0e37f1d63511 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:11:01.959Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0 2022-05-08T06:11:01.959Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b2ca07aa-a8eb-4193-bf73-0e37f1d63511 2022-05-08T06:11:01.959Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 19fd9a10-5f44-412b-a482-88b541315e09 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-08T06:11:01.959Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:11:01.960Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-08T06:11:02.012Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:11:02.012Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 19fd9a10-5f44-412b-a482-88b541315e09 1565 2022-05-08T06:11:02.012Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-08T06:11:02.012Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-08T06:11:02.012Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:11:02.013Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:02.014Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:02.014Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990262012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T06:11:02.115Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:11:02.116Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:02.116Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:02.126Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:02.127Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:03.016Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "b2e0a9c2-96aa-4910-9434-8f207b3923f0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aff921e2-6b11-449a-9407-994501c64847", "vfModuleModelCustomizationUUID": "665213da-336f-4eed-aa37-7e0009fd4027", "isBase": true, "artifacts": [ "89b5a6cd-4a35-4fe0-b923-534c0981d355", "983f53f9-cf5e-45bb-a049-916581dd6f3c" ], "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": "cf3a405d-0d36-41e5-93f6-a6f5d743fb5e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3e03f709-6f69-4676-a857-818ebb96e181", "vfModuleModelCustomizationUUID": "e762535b-476b-4a9d-9392-8a408bed7fd1", "isBase": false, "artifacts": [ "5f9aa669-751e-4c31-a720-b460a2c451c1" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T06:11:03.026Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aff921e2-6b11-449a-9407-994501c64847 VfModuleModelInvariantUUID:b2e0a9c2-96aa-4910-9434-8f207b3923f0 VfModuleModelDescription:NULL Artifacts UUID List:{ 89b5a6cd-4a35-4fe0-b923-534c0981d355 , 983f53f9-cf5e-45bb-a049-916581dd6f3c } 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:3e03f709-6f69-4676-a857-818ebb96e181 VfModuleModelInvariantUUID:cf3a405d-0d36-41e5-93f6-a6f5d743fb5e VfModuleModelDescription:NULL Artifacts UUID List:{ 5f9aa669-751e-4c31-a720-b460a2c451c1 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-05-08T06:11:03.032Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "b2e0a9c2-96aa-4910-9434-8f207b3923f0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aff921e2-6b11-449a-9407-994501c64847", "vfModuleModelCustomizationUUID": "665213da-336f-4eed-aa37-7e0009fd4027", "isBase": true, "artifacts": [ "89b5a6cd-4a35-4fe0-b923-534c0981d355", "983f53f9-cf5e-45bb-a049-916581dd6f3c" ], "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": "cf3a405d-0d36-41e5-93f6-a6f5d743fb5e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3e03f709-6f69-4676-a857-818ebb96e181", "vfModuleModelCustomizationUUID": "e762535b-476b-4a9d-9392-8a408bed7fd1", "isBase": false, "artifacts": [ "5f9aa669-751e-4c31-a720-b460a2c451c1" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T06:11:03.033Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aff921e2-6b11-449a-9407-994501c64847 VfModuleModelInvariantUUID:b2e0a9c2-96aa-4910-9434-8f207b3923f0 VfModuleModelDescription:NULL Artifacts UUID List:{ 89b5a6cd-4a35-4fe0-b923-534c0981d355 , 983f53f9-cf5e-45bb-a049-916581dd6f3c } 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:3e03f709-6f69-4676-a857-818ebb96e181 VfModuleModelInvariantUUID:cf3a405d-0d36-41e5-93f6-a6f5d743fb5e VfModuleModelDescription:NULL Artifacts UUID List:{ 5f9aa669-751e-4c31-a720-b460a2c451c1 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-05-08T06:11:03.033Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 89b5a6cd-4a35-4fe0-b923-534c0981d355 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-08T06:11:03.033Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:11:03.034Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-08T06:11:03.080Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:11:03.081Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 89b5a6cd-4a35-4fe0-b923-534c0981d355 914 2022-05-08T06:11:03.081Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-08T06:11:03.081Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-08T06:11:03.081Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:11:03.081Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:03.083Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:03.084Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990263081, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T06:11:03.184Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:11:03.184Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:03.184Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:03.199Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:03.199Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:04.086Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 07cae83d-bf02-404e-9693-2d112db1329c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-08T06:11:04.086Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:11:04.087Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-08T06:11:04.138Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:11:04.138Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 07cae83d-bf02-404e-9693-2d112db1329c 12 2022-05-08T06:11:04.138Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-08T06:11:04.138Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-08T06:11:04.139Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:11:04.139Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:04.142Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:04.142Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990264138, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-08T06:11:04.241Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:11:04.242Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:04.242Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:04.252Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:04.253Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:05.143Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 983f53f9-cf5e-45bb-a049-916581dd6f3c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-08T06:11:05.143Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:11:05.144Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-08T06:11:05.185Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:11:05.185Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 983f53f9-cf5e-45bb-a049-916581dd6f3c 96 2022-05-08T06:11:05.185Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-08T06:11:05.186Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-08T06:11:05.186Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:11:05.186Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:05.188Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:05.188Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990265185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-08T06:11:05.288Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:11:05.288Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:05.289Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:05.299Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:05.299Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-08T06:11:06.189Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5f9aa669-751e-4c31-a720-b460a2c451c1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-08T06:11:06.189Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:11:06.190Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-08T06:11:06.241Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:11:06.242Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5f9aa669-751e-4c31-a720-b460a2c451c1 20206 2022-05-08T06:11:06.242Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-08T06:11:06.243Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-08T06:11:06.243Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:11:06.243Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:06.245Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:06.246Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990266242, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-08T06:11:06.346Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:11:06.346Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:06.346Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:06.358Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:06.358Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:07.251Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8ea690f6-90e4-4d81-9076-95ed375ed268 2022-05-08T06:11:07.251Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 b2ca07aa-a8eb-4193-bf73-0e37f1d63511 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:11:07.259Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c98387a, org.onap.sdc.toscaparser.api.parameters.Input@e68a0c9, org.onap.sdc.toscaparser.api.parameters.Input@3a85023a, org.onap.sdc.toscaparser.api.parameters.Input@543c6ff0, org.onap.sdc.toscaparser.api.parameters.Input@192ac6e5] 2022-05-08T06:11:07.261Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:07.261Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:07.261Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-05-08T06:11:07.262Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 180e97e4-db63-4e40-b063-ce3e37812b00 2022-05-08T06:11:07.262Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 180e97e4-db63-4e40-b063-ce3e37812b00 matches Tosca VF Customization UUID: 180e97e4-db63-4e40-b063-ce3e37812b00 2022-05-08T06:11:07.262Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 180e97e4-db63-4e40-b063-ce3e37812b00 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-08T06:11:07.266Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:07.267Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:07.267Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 180e97e4-db63-4e40-b063-ce3e37812b00: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-05-08T06:11:07.267Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@777dbb46 2022-05-08T06:11:07.268Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:07.268Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T06:11:07.268Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e762535b-476b-4a9d-9392-8a408bed7fd1 2022-05-08T06:11:07.269Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e762535b-476b-4a9d-9392-8a408bed7fd1 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-08T06:11:07.271Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:07.271Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T06:11:07.272Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:11:07.272Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:07.272Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T06:11:07.272Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:11:07.273Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:07.273Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-08T06:11:07.273Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=180e97e4-db63-4e40-b063-ce3e37812b00 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:11:07.275Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:07.275Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:07.276Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8ea690f6-90e4-4d81-9076-95ed375ed268: basic_cnf_macro 2022-05-08T06:11:07.276Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:07.276Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:07.276Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:07.277Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:07.277Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:07.277Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:07.278Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:07.278Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:07.278Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:07.279Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:07.279Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:11:07.321Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro b2ca07aa-a8eb-4193-bf73-0e37f1d63511 2 ASDC deployResourceStructure 2022-05-08T06:11:07.321Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-08T06:11:07.321Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-08T06:11:07.321Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:11:07.322Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:07.324Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:07.324Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990267321, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T06:11:07.424Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:11:07.425Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:07.425Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:07.437Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:07.437Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:08.325Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-08T06:11:08.326Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-08T06:11:08.326Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:11:08.327Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:08.329Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:08.329Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990268325, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-08T06:11:08.429Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:11:08.429Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:08.429Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:08.439Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:08.439Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:09.330Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-08T06:11:09.330Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-05-08T06:11:09.330Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-08T06:11:09.331Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:09.333Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:09.333Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990269330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-08T06:11:09.433Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:11:09.433Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:09.434Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:09.454Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:09.454Z||pool-107-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-05-08T06:11:10.334Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-08T06:11:10.334Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-08T06:11:10.334Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:11:10.335Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:10.336Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:10.337Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990270333, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-08T06:11:10.437Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:11:10.438Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:10.438Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:10.448Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:10.448Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:11.337Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-08T06:11:11.338Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-08T06:11:11.338Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-08T06:11:11.338Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:11.340Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:11.340Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990271337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-08T06:11:11.445Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-05-08T06:11:11.445Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:11.446Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:11.454Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:11.455Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:11:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:11:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:11.914Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:11.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "cds", "timestamp": 1651990090472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "aai-ml", "timestamp": 1651990082131, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "multicloud-k8s-id", "timestamp": 1651990085455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990086269, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "policy-id", "timestamp": 1651990086782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "cds", "timestamp": 1651990090472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "aai-ml", "timestamp": 1651990082131, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "multicloud-k8s-id", "timestamp": 1651990085455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990086269, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "policy-id", "timestamp": 1651990086782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "ves-openapi-manager", "timestamp": 1651990093452, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "cds", "timestamp": 1651990090472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "aai-ml", "timestamp": 1651990082131, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "multicloud-k8s-id", "timestamp": 1651990085455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990086269, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "policy-id", "timestamp": 1651990086782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "ves-openapi-manager", "timestamp": 1651990093452, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "cds", "timestamp": 1651990090472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "multicloud-k8s-id", "timestamp": 1651990085455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "aai-ml", "timestamp": 1651990082131, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990086269, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "policy-id", "timestamp": 1651990086782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "ves-openapi-manager", "timestamp": 1651990093452, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "cds", "timestamp": 1651990090472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "aai-ml", "timestamp": 1651990082131, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "multicloud-k8s-id", "timestamp": 1651990085455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990086269, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "policy-id", "timestamp": 1651990086782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "ves-openapi-manager", "timestamp": 1651990093452, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "cds", "timestamp": 1651990090472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "aai-ml", "timestamp": 1651990082131, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "multicloud-k8s-id", "timestamp": 1651990085455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990086269, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "policy-id", "timestamp": 1651990086782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "ves-openapi-manager", "timestamp": 1651990093452, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "cds", "timestamp": 1651990090472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "multicloud-k8s-id", "timestamp": 1651990085455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:11:11.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "aai-ml", "timestamp": 1651990082131, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:11:11.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990086269, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:11:11.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "policy-id", "timestamp": 1651990086782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:11:11.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "ves-openapi-manager", "timestamp": 1651990093452, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "cds", "timestamp": 1651990090472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:11:11.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "ves-openapi-manager", "timestamp": 1651990093452, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-08T06:11:11.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "policy-id", "timestamp": 1651990100104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:11:11.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:11:11.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990099853, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:11:11.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:11:11.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "aai-ml", "timestamp": 1651990100594, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:11:11.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:11:11.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "cds", "timestamp": 1651990100610, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:11:11.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:11:11.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "ves-openapi-manager", "timestamp": 1651990093452, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "policy-id", "timestamp": 1651990101108, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:11:11.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:11:11.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "cds", "timestamp": 1651990101861, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:11:11.949Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7a32c2a-7594-4c28-8bfb-367689e03ad7 2022-05-08T06:11:11.949Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a32c2a-7594-4c28-8bfb-367689e03ad7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:11:11.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "ves-openapi-manager", "timestamp": 1651990093452, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990101532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:11:11.961Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:11:11.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "policy-id", "timestamp": 1651990102111, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:11:11.966Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7a32c2a-7594-4c28-8bfb-367689e03ad7 2022-05-08T06:11:11.966Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a32c2a-7594-4c28-8bfb-367689e03ad7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:11:11.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651990102536, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:11:11.981Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7a32c2a-7594-4c28-8bfb-367689e03ad7 2022-05-08T06:11:11.981Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a32c2a-7594-4c28-8bfb-367689e03ad7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:11:11.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "ves-openapi-manager", "timestamp": 1651990103504, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T06:11:11.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:11:11.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "ves-openapi-manager", "timestamp": 1651990104539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-08T06:11:11.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:11:11.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "clamp", "timestamp": 1651990104372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:11.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:11.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:11.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "ves-openapi-manager", "timestamp": 1651990105543, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:11:11.998Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e7a32c2a-7594-4c28-8bfb-367689e03ad7 2022-05-08T06:11:11.998Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a32c2a-7594-4c28-8bfb-367689e03ad7 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:11:12.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "clamp", "timestamp": 1651990104372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:12.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:12.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "aai-ml", "timestamp": 1651990106497, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:11:12.007Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:11:12.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "clamp", "timestamp": 1651990104372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:12.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:12.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "aai-ml", "timestamp": 1651990107500, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:11:12.014Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7a32c2a-7594-4c28-8bfb-367689e03ad7 2022-05-08T06:11:12.015Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a32c2a-7594-4c28-8bfb-367689e03ad7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:11:12.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "clamp", "timestamp": 1651990104372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:12.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:12.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "clamp", "timestamp": 1651990104372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:12.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:12.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "clamp", "timestamp": 1651990104372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:12.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:12.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "clamp", "timestamp": 1651990104372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:12.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:12.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "clamp", "timestamp": 1651990104372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:12.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:12.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "clamp", "timestamp": 1651990104372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:11:12.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:12.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "clamp", "timestamp": 1651990121782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:11:12.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:11:12.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "clamp", "timestamp": 1651990123558, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:11:12.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:11:12.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "clamp", "timestamp": 1651990124561, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:11:12.033Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e7a32c2a-7594-4c28-8bfb-367689e03ad7 2022-05-08T06:11:12.033Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a32c2a-7594-4c28-8bfb-367689e03ad7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:11:12.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e74cd11c-c527-4a02-ad40-cac1126457e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990141761, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T06:11:12.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:11:12.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:12.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:12.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-08T06:11:12.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:12.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-08T06:11:12.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:12.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-08T06:11:12.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:12.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-08T06:11:12.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:12.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:12.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:12.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-08T06:11:12.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:12.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:12.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:12.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:11:12.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:11:12.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:11:12.341Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-08T06:11:12.342Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-08T06:11:12.342Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:11:12.343Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:12.345Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:12.345Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990272341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:11:12.445Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:11:12.445Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:12.446Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:12.457Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:12.457Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-08T06:11:13.345Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84134640-3f80-4479-a151-7d1925af46d5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:11:13.356Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84134640-3f80-4479-a151-7d1925af46d5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:11:13.359Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T06:11:13.359Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T06:11:13.359Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T06:11:13.359Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T06:11:13.359Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:11:13.359Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:11:13.359Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:11:13.360Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:11:13.360Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:11:13.360Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:11:13.360Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:11:13.365Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T06:11:43.365Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84134640-3f80-4479-a151-7d1925af46d5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T06:11:43.370Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84134640-3f80-4479-a151-7d1925af46d5 and serviceModelVersionId: 8ea690f6-90e4-4d81-9076-95ed375ed268 2022-05-08T06:11:43.371Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92d98d7c-a2b7-4b43-b78a-61e6717f66c8 2022-05-08T06:11:43.371Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92d98d7c-a2b7-4b43-b78a-61e6717f66c8/model-vers/model-ver/8ea690f6-90e4-4d81-9076-95ed375ed268?depth=0 2022-05-08T06:11:43.375Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T06:11:43.411Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d98d7c-a2b7-4b43-b78a-61e6717f66c8/model-vers/model-ver/8ea690f6-90e4-4d81-9076-95ed375ed268?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-08T06:11:43.412Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d98d7c-a2b7-4b43-b78a-61e6717f66c8/model-vers/model-ver/8ea690f6-90e4-4d81-9076-95ed375ed268?depth=0|INFO|500||Invoke 2022-05-08T06:11:43.430Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d98d7c-a2b7-4b43-b78a-61e6717f66c8/model-vers/model-ver/8ea690f6-90e4-4d81-9076-95ed375ed268?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T06:11:43.838Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d98d7c-a2b7-4b43-b78a-61e6717f66c8/model-vers/model-ver/8ea690f6-90e4-4d81-9076-95ed375ed268?depth=0|INFO|500||InvokeReturn 2022-05-08T06:11:43.839Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d98d7c-a2b7-4b43-b78a-61e6717f66c8/model-vers/model-ver/8ea690f6-90e4-4d81-9076-95ed375ed268?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220508-06:11:42:186-51759], vertex-id=[237600], Content-Length=[0], Date=[Sun, 08 May 2022 06:11:42 GMT], Content-Type=[application/json]} 2022-05-08T06:11:43.839Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-05-08T06:11:43.840Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T06:11:43.840Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:11:43.848Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T06:11:43.848Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84134640-3f80-4479-a151-7d1925af46d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T06:11:43.848Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T06:11:43.849Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:43.850Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:43.850Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990303848, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T06:11:43.950Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:11:43.951Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:43.951Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:43.977Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:43.977Z||pool-111-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T06:11:44.862Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T06:11:44.862Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a2bb4244-85b3-4100-b2ea-376726ad8383","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"50ad1a1f-c5b4-4b76-8961-3f48bf82fbdb","serviceDescription":"service","serviceInvariantUUID":"432cc71f-d083-41cf-86ed-2abe3b5a95d5","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"00135b42-a94f-465d-a5b5-1b3476da6c8b","resourceInvariantUUID":"d593f4c2-b731-4371-b366-443dc70a5beb","resourceCustomizationUUID":"7a7978ca-9525-485b-837d-c1b65d0af883","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":"N2Y5YWQyNTZiMjkwMjExMjU4OWNkYmIxZTQyYjg1Mjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6d799261-bc9a-47a9-b0d5-408f8759057d","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":"NGY5OGIzNGNkOTM1NWQzNWQyYWRmYWVkZGY4ODM5NzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"48d1bcfc-eb3b-4702-9c77-2bdee9b2b901","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":"f92b3131-ec87-4b46-b885-4ca080646f28","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":"5a5e7ba2-5035-47fd-ba0b-024a8ad3a3bd","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":"8b958ebf-44e5-4a5d-a5ea-5ab4f9f258ac","artifactVersion":"2","generatedFromUUID":"f92b3131-ec87-4b46-b885-4ca080646f28"},{"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":"OTg4NWViZjA3OGVlYmU2YTM3YWYzMzAxYjQ0YzE0MDE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"87c279c8-abc4-4186-be6d-5ff0f4af5ba0","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":"NGUyMTY2ODRhOWE4YjI1MjkzYzU5YmJlN2QyNzVjZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"48d26b6b-0909-4d4d-98f5-f3e0a4ef2e96","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWIzNjVmZjFlMjcwYTkwZWM1YTI2YjQ5MTk3MDQ5OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0305c1b-77c6-4bcc-8928-7bb178ea3bd6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T06:11:44.862Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:11:44.862Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:44.864Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:44.864Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:44.964Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:11:44.965Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:44.965Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:44.975Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:44.975Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:45.865Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:11:45.865Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:45.867Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:45.867Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-08T06:11:45.967Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:11:45.968Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:45.968Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:45.976Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:45.976Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:46.868Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:11:46.868Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:46.870Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:46.870Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-08T06:11:46.970Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:11:46.970Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:46.971Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:46.982Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:46.982Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:47.871Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:11:47.871Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:47.873Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:47.873Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:47.973Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:11:47.974Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:47.974Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:47.986Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:47.986Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:48.873Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:11:48.874Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:48.876Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:48.876Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-08T06:11:48.976Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:11:48.977Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:48.977Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:48.988Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:48.989Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:49.876Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:11:49.877Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:49.879Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:49.879Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:49.979Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:11:49.979Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:49.979Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:49.990Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:49.990Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:50.879Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:11:50.880Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:50.881Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:50.881Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:11:50.981Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:11:50.982Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:50.982Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:50.995Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:50.995Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:51.882Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:11:51.882Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:51.884Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:51.884Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:11:51.984Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:11:51.985Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:51.985Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:51.994Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:51.995Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:52.885Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "50ad1a1f-c5b4-4b76-8961-3f48bf82fbdb", "serviceDescription": "service", "serviceInvariantUUID": "432cc71f-d083-41cf-86ed-2abe3b5a95d5", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "7a7978ca-9525-485b-837d-c1b65d0af883", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "00135b42-a94f-465d-a5b5-1b3476da6c8b", "resourceInvariantUUID": "d593f4c2-b731-4371-b366-443dc70a5beb", "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": "NGY5OGIzNGNkOTM1NWQzNWQyYWRmYWVkZGY4ODM5NzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "48d1bcfc-eb3b-4702-9c77-2bdee9b2b901", "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": "f92b3131-ec87-4b46-b885-4ca080646f28", "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": "8b958ebf-44e5-4a5d-a5ea-5ab4f9f258ac", "generatedFromUUID": "f92b3131-ec87-4b46-b885-4ca080646f28" }, "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": "8b958ebf-44e5-4a5d-a5ea-5ab4f9f258ac", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZWIzNjVmZjFlMjcwYTkwZWM1YTI2YjQ5MTk3MDQ5OWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c0305c1b-77c6-4bcc-8928-7bb178ea3bd6" } ], "workloadContext": "Production" } 2022-05-08T06:11:52.885Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T06:11:52.885Z|84134640-3f80-4479-a151-7d1925af46d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 50ad1a1f-c5b4-4b76-8961-3f48bf82fbdb ASDC 2022-05-08T06:11:52.886Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:a2bb4244-85b3-4100-b2ea-376726ad8383 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:50ad1a1f-c5b4-4b76-8961-3f48bf82fbdb ServiceInvariantUUID:432cc71f-d083-41cf-86ed-2abe3b5a95d5 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:c0305c1b-77c6-4bcc-8928-7bb178ea3bd6 ArtifactChecksum:ZWIzNjVmZjFlMjcwYTkwZWM1YTI2YjQ5MTk3MDQ5OWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:7a7978ca-9525-485b-837d-c1b65d0af883 ResourceInvariantUUID:d593f4c2-b731-4371-b366-443dc70a5beb ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:00135b42-a94f-465d-a5b5-1b3476da6c8b 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:48d1bcfc-eb3b-4702-9c77-2bdee9b2b901 ArtifactChecksum:NGY5OGIzNGNkOTM1NWQzNWQyYWRmYWVkZGY4ODM5NzE= 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:f92b3131-ec87-4b46-b885-4ca080646f28 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:8b958ebf-44e5-4a5d-a5ea-5ab4f9f258ac 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:8b958ebf-44e5-4a5d-a5ea-5ab4f9f258ac ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-08T06:11:52.886Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50ad1a1f-c5b4-4b76-8961-3f48bf82fbdb ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T06:11:52.923Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T06:11:52.923Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:11:52.923Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:11:52.924Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c0305c1b-77c6-4bcc-8928-7bb178ea3bd6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-08T06:11:52.924Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:11:52.924Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-08T06:11:53.485Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:11:53.488Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c0305c1b-77c6-4bcc-8928-7bb178ea3bd6 78811 2022-05-08T06:11:53.489Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-08T06:11:53.489Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-08T06:11:53.489Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:11:53.490Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:53.492Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:53.492Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990313489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:11:53.592Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:11:53.592Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:53.593Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:53.603Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:53.603Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:54.492Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T06:11:54.493Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:11:54.493Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c0305c1b-77c6-4bcc-8928-7bb178ea3bd6, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T06:11:54.494Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-05-08T06:11:54.494Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T06:11:54.494Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T06:11:54.607Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7550674063073394811/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-08T06:11:55.660Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T06:11:55.661Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T06:11:55.661Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T06:11:55.661Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-08T06:11:55.661Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T06:11:55.661Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T06:11:55.661Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T06:11:55.661Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T06:11:55.661Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T06:11:55.661Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T06:11:55.662Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T06:11:55.662Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T06:11:55.662Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-08T06:11:55.662Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T06:11:55.662Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:55.662Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:55.662Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T06:11:55.662Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T06:11:55.663Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T06:11:55.663Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:55.663Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:55.663Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T06:11:55.663Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T06:11:55.663Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T06:11:55.663Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:55.664Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:55.664Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:55.664Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-08T06:11:55.664Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-08T06:11:55.664Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-08T06:11:55.664Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-08T06:11:55.664Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-08T06:11:55.665Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-08T06:11:55.665Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:55.665Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T06:11:55.665Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:55.665Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T06:11:55.665Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:11:55.666Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:55.666Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T06:11:55.666Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:11:55.666Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:55.666Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T06:11:55.666Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:11:55.667Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:55.667Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-08T06:11:55.667Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-08T06:11:55.667Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-08T06:11:55.667Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=97f688d2-6918-4913-8976-57946812e306 2022-05-08T06:11:55.667Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:55.667Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:55.667Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:55.668Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:55.668Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:55.668Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:55.668Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:55.668Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:55.668Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:50ad1a1f-c5b4-4b76-8961-3f48bf82fbdb Model Version:NULL Model InvariantUuid:432cc71f-d083-41cf-86ed-2abe3b5a95d5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:2536d454-05ad-459b-899e-288700c19d69 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d593f4c2-b731-4371-b366-443dc70a5beb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7a7978ca-9525-485b-837d-c1b65d0af883 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3306255a-3236-4ba1-a285-8308982e290b ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:0b1c1f23-7ff0-49de-bbd5-44072d53c97a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:97f688d2-6918-4913-8976-57946812e306 ModelInvariantUuid:a6143198-5f5f-4cfb-ac42-b84e53871eb7 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:7db18f35-ce20-48ea-b487-907670bb766f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:8a7da465-0bf6-444c-9a61-e50ed43092a5 ModelInvariantUuid:ea9d6527-e8b1-43a1-b198-5864a1ad3891 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:70e6713f-30e9-4abc-a8db-2ec032b31182 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T06:11:55.677Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 00135b42-a94f-465d-a5b5-1b3476da6c8b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:11:55.679Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2022-05-08T06:11:55.679Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 00135b42-a94f-465d-a5b5-1b3476da6c8b 2022-05-08T06:11:55.679Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 48d1bcfc-eb3b-4702-9c77-2bdee9b2b901 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-08T06:11:55.679Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:11:55.680Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-08T06:11:55.722Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:11:55.722Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 48d1bcfc-eb3b-4702-9c77-2bdee9b2b901 792 2022-05-08T06:11:55.723Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-08T06:11:55.723Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-08T06:11:55.723Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:11:55.724Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:55.726Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:55.726Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990315723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T06:11:55.826Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:11:55.827Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:55.827Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:55.839Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:55.839Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:56.727Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3306255a-3236-4ba1-a285-8308982e290b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0b1c1f23-7ff0-49de-bbd5-44072d53c97a", "vfModuleModelCustomizationUUID": "48750ea5-9243-4f12-b3eb-704a1b9bdf66", "isBase": true, "artifacts": [ "f92b3131-ec87-4b46-b885-4ca080646f28", "8b958ebf-44e5-4a5d-a5ea-5ab4f9f258ac" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T06:11:56.731Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0b1c1f23-7ff0-49de-bbd5-44072d53c97a VfModuleModelInvariantUUID:3306255a-3236-4ba1-a285-8308982e290b VfModuleModelDescription:NULL Artifacts UUID List:{ f92b3131-ec87-4b46-b885-4ca080646f28 , 8b958ebf-44e5-4a5d-a5ea-5ab4f9f258ac } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T06:11:56.735Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3306255a-3236-4ba1-a285-8308982e290b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0b1c1f23-7ff0-49de-bbd5-44072d53c97a", "vfModuleModelCustomizationUUID": "48750ea5-9243-4f12-b3eb-704a1b9bdf66", "isBase": true, "artifacts": [ "f92b3131-ec87-4b46-b885-4ca080646f28", "8b958ebf-44e5-4a5d-a5ea-5ab4f9f258ac" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-08T06:11:56.736Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0b1c1f23-7ff0-49de-bbd5-44072d53c97a VfModuleModelInvariantUUID:3306255a-3236-4ba1-a285-8308982e290b VfModuleModelDescription:NULL Artifacts UUID List:{ f92b3131-ec87-4b46-b885-4ca080646f28 , 8b958ebf-44e5-4a5d-a5ea-5ab4f9f258ac } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-08T06:11:56.736Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f92b3131-ec87-4b46-b885-4ca080646f28 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-08T06:11:56.736Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:11:56.736Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-08T06:11:56.776Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:11:56.776Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml f92b3131-ec87-4b46-b885-4ca080646f28 5033 2022-05-08T06:11:56.776Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-08T06:11:56.776Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-08T06:11:56.776Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:11:56.777Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:56.778Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:56.779Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990316776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T06:11:56.878Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:11:56.879Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:56.879Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:56.888Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:56.888Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:57.779Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8b958ebf-44e5-4a5d-a5ea-5ab4f9f258ac from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-08T06:11:57.779Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:11:57.780Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-08T06:11:57.821Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:11:57.822Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 8b958ebf-44e5-4a5d-a5ea-5ab4f9f258ac 903 2022-05-08T06:11:57.822Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-08T06:11:57.822Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-08T06:11:57.822Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:11:57.822Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:57.824Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:57.824Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990317822, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-08T06:11:57.924Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:11:57.925Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:57.925Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:57.935Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:57.935Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:11:58.825Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 50ad1a1f-c5b4-4b76-8961-3f48bf82fbdb 2022-05-08T06:11:58.825Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 00135b42-a94f-465d-a5b5-1b3476da6c8b ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:11:58.856Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15cce8e0, org.onap.sdc.toscaparser.api.parameters.Input@582d52d3, org.onap.sdc.toscaparser.api.parameters.Input@1e76760a, org.onap.sdc.toscaparser.api.parameters.Input@131873a, org.onap.sdc.toscaparser.api.parameters.Input@7348e414] 2022-05-08T06:11:58.857Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:58.857Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:58.858Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-05-08T06:11:58.858Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 7a7978ca-9525-485b-837d-c1b65d0af883 2022-05-08T06:11:58.858Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7a7978ca-9525-485b-837d-c1b65d0af883 matches Tosca VF Customization UUID: 7a7978ca-9525-485b-837d-c1b65d0af883 2022-05-08T06:11:58.858Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 7a7978ca-9525-485b-837d-c1b65d0af883 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-08T06:11:58.861Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:58.861Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:58.862Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 7a7978ca-9525-485b-837d-c1b65d0af883: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-05-08T06:11:58.862Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@612f3198 2022-05-08T06:11:58.862Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:58.862Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-08T06:11:58.862Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 48750ea5-9243-4f12-b3eb-704a1b9bdf66 2022-05-08T06:11:58.863Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 48750ea5-9243-4f12-b3eb-704a1b9bdf66 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-08T06:11:58.865Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:58.865Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T06:11:58.865Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:11:58.866Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:58.866Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T06:11:58.866Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:11:58.867Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:58.867Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-08T06:11:58.867Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-08T06:11:58.867Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-08T06:11:58.867Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=97f688d2-6918-4913-8976-57946812e306 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-08T06:11:58.869Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:58.870Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T06:11:58.870Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-08T06:11:58.870Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:58.871Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-08T06:11:58.871Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7a7978ca-9525-485b-837d-c1b65d0af883 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:11:58.873Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:58.873Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:58.873Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 50ad1a1f-c5b4-4b76-8961-3f48bf82fbdb: basic_vm_macro 2022-05-08T06:11:58.873Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:58.873Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:58.874Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:58.874Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:58.874Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:58.874Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:58.875Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:58.875Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:58.875Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:11:58.875Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:11:58.875Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-08T06:11:58.957Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 00135b42-a94f-465d-a5b5-1b3476da6c8b 1 ASDC deployResourceStructure 2022-05-08T06:11:58.957Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-08T06:11:58.958Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-08T06:11:58.958Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:11:58.958Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:58.960Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:58.960Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990318957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T06:11:59.060Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:11:59.061Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:11:59.061Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:11:59.070Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:11:59.070Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-05-08T06:11:59.961Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-08T06:11:59.962Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-08T06:11:59.962Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:11:59.962Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:11:59.964Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:11:59.964Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990319961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-08T06:12:00.064Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:12:00.064Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:12:00.064Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:12:00.074Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:12:00.075Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:12:00.964Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-08T06:12:00.965Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-08T06:12:00.965Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:12:00.965Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:12:00.967Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:12:00.967Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990320964, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-08T06:12:01.067Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:12:01.067Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:12:01.067Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:12:01.077Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:12:01.077Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-08T06:12:01.968Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-08T06:12:01.968Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-08T06:12:01.968Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:12:01.968Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:12:01.970Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:12:01.970Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990321968, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:12:02.070Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:12:02.070Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:12:02.071Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:12:02.080Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:12:02.081Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:12:02.971Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2bb4244-85b3-4100-b2ea-376726ad8383 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:12:02.981Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2bb4244-85b3-4100-b2ea-376726ad8383 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:12:02.983Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T06:12:02.984Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T06:12:02.984Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T06:12:02.984Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T06:12:02.984Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:12:02.984Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:12:02.984Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:12:02.984Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:12:02.985Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:12:02.985Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:12:02.985Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:12:02.989Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T06:12:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:12:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:12:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:12:11.914Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:12:11.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990152146, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:12:11.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:12:11.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990155248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-08T06:12:11.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:12:11.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990156549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-08T06:12:11.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:12:11.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990158245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T06:12:11.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:12:11.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990159989, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T06:12:11.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:12:11.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990162058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-08T06:12:11.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:12:11.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990163180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-08T06:12:11.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:12:11.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990164184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-08T06:12:11.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:12:11.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990165189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T06:12:11.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:12:11.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990166191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-08T06:12:11.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:12:11.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990167198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-08T06:12:11.920Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:12:11.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990168202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:12:11.920Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:12:11.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f3fdde1-a343-46db-8b46-531c7cad54c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990199463, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T06:12:11.920Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:12:11.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:12:11.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:12:11.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-08T06:12:11.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:12:11.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-08T06:12:11.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:12:11.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:12:11.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:12:11.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-08T06:12:11.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:12:11.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:12:11.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:12:11.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:12:11.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:12:11.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990207874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:12:11.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:12:11.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990210447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T06:12:11.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:12:11.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:12:11.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990211739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T06:12:11.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:12:32.990Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2bb4244-85b3-4100-b2ea-376726ad8383 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T06:12:32.996Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2bb4244-85b3-4100-b2ea-376726ad8383 and serviceModelVersionId: 50ad1a1f-c5b4-4b76-8961-3f48bf82fbdb 2022-05-08T06:12:32.996Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 432cc71f-d083-41cf-86ed-2abe3b5a95d5 2022-05-08T06:12:32.997Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/432cc71f-d083-41cf-86ed-2abe3b5a95d5/model-vers/model-ver/50ad1a1f-c5b4-4b76-8961-3f48bf82fbdb?depth=0 2022-05-08T06:12:33.000Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T06:12:33.035Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/432cc71f-d083-41cf-86ed-2abe3b5a95d5/model-vers/model-ver/50ad1a1f-c5b4-4b76-8961-3f48bf82fbdb?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-08T06:12:33.036Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/432cc71f-d083-41cf-86ed-2abe3b5a95d5/model-vers/model-ver/50ad1a1f-c5b4-4b76-8961-3f48bf82fbdb?depth=0|INFO|500||Invoke 2022-05-08T06:12:33.053Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/432cc71f-d083-41cf-86ed-2abe3b5a95d5/model-vers/model-ver/50ad1a1f-c5b4-4b76-8961-3f48bf82fbdb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T06:12:33.153Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/432cc71f-d083-41cf-86ed-2abe3b5a95d5/model-vers/model-ver/50ad1a1f-c5b4-4b76-8961-3f48bf82fbdb?depth=0|INFO|500||InvokeReturn 2022-05-08T06:12:33.154Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/432cc71f-d083-41cf-86ed-2abe3b5a95d5/model-vers/model-ver/50ad1a1f-c5b4-4b76-8961-3f48bf82fbdb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220508-06:12:31:809-94510], vertex-id=[512240], Content-Length=[0], Date=[Sun, 08 May 2022 06:12:31 GMT], Content-Type=[application/json]} 2022-05-08T06:12:33.155Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-05-08T06:12:33.155Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T06:12:33.155Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:12:33.160Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T06:12:33.160Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2bb4244-85b3-4100-b2ea-376726ad8383 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T06:12:33.160Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T06:12:33.160Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:12:33.162Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:12:33.162Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990353160, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T06:12:33.262Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:12:33.263Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:12:33.263Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:12:33.279Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:12:33.279Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T06:12:34.174Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:12:34.174Z|a2bb4244-85b3-4100-b2ea-376726ad8383|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-05-08T06:12:34.175Z|a2bb4244-85b3-4100-b2ea-376726ad8383|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 6JD9gtHy13Bfb049) ... 2022-05-08T06:12:38.484Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:12:38.485Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-08T06:12:38.485Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7a32c2a-7594-4c28-8bfb-367689e03ad7","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a5e0e17c-2c76-4163-98a9-ea73d8f87364","serviceDescription":"service","serviceInvariantUUID":"d218786e-eb17-4879-9fc3-b41a430e3fc0","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5359e5b7-0533-4a26-b2c0-d4e44795dd0a","resourceInvariantUUID":"327fe812-7a08-4223-886e-af2c33bec477","resourceCustomizationUUID":"22381e76-d82d-4816-b3e4-967203093636","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":"ZWEwMGUwMzA4NjY5MDJmMDE4NjlmM2Y5YzcyNTAyYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"24270637-462b-4e9f-9f49-0a38afbf678b","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":"6ad2aa53-716e-499f-b1e3-cd9cb6aca73c","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":"ff87ae4c-3cfd-4292-8b37-40f4b3dcb262","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":"MGI0NDgwZTJkNjNkNTUzOWVhZTJmMDg0MTJkYTcwZDE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ea80c367-b575-4dd9-8e6c-b49ffde71ea9","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":"59e07e56-c4e6-4eb8-8034-bf7779da0787","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":"15ebd750-804b-4ba4-b824-6adb6f5017a9","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":"d0fa0d6e-0167-4d01-b8cd-e648e09a9f09","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":"Y2QzMTUxOWNhMzg5M2UyMjNjM2QzZGIxMGJhZDAzOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6025867b-a401-4573-90a6-b65fa7039b63","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmFjMzVmY2I3MzY4MmM5ZDRkMTc3NTFmZTAxNTVhOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f56c6872-2c28-4d95-9793-7827add2d494","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-08T06:12:38.488Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:12:38.488Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:12:38.490Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:12:38.490Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:12:38.590Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:12:38.591Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:12:38.591Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:12:38.605Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:12:38.605Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:12:39.491Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:12:39.491Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:12:39.494Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:12:39.494Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:12:39.593Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:12:39.594Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:12:39.594Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:12:39.604Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:12:39.605Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:12:40.494Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:12:40.495Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:12:40.497Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:12:40.498Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:12:40.597Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:12:40.598Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:12:40.598Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:12:40.609Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:12:40.610Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:12:41.498Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:12:41.499Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:12:41.501Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:12:41.501Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:12:41.600Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:12:41.601Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:12:41.601Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:12:41.610Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:12:41.611Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:12:42.501Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:12:42.502Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:12:42.504Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:12:42.504Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:12:42.604Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:12:42.604Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:12:42.604Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:12:42.615Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:12:42.615Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:12:43.504Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:12:43.505Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:12:43.507Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:12:43.507Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:12:43.606Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:12:43.607Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:12:43.607Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:12:43.618Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:12:43.618Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:12:44.507Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:12:44.508Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:12:44.510Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:12:44.510Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:12:44.610Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:12:44.611Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:12:44.611Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:12:44.622Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:12:44.622Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-08T06:12:45.511Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:12:45.512Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:12:45.514Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:12:45.514Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:12:45.613Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:12:45.614Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:12:45.614Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:12:45.630Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:12:45.630Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:12:46.514Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-08T06:12:46.515Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:12:46.517Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:12:46.517Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:12:46.617Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:12:46.618Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:12:46.618Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:12:46.642Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:12:46.642Z||pool-137-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:12:47.518Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "a5e0e17c-2c76-4163-98a9-ea73d8f87364", "serviceDescription": "service", "serviceInvariantUUID": "d218786e-eb17-4879-9fc3-b41a430e3fc0", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "22381e76-d82d-4816-b3e4-967203093636", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5359e5b7-0533-4a26-b2c0-d4e44795dd0a", "resourceInvariantUUID": "327fe812-7a08-4223-886e-af2c33bec477", "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": "ZmFjMzVmY2I3MzY4MmM5ZDRkMTc3NTFmZTAxNTVhOWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f56c6872-2c28-4d95-9793-7827add2d494" } ], "workloadContext": "Production" } 2022-05-08T06:12:47.519Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-08T06:12:47.519Z|a2bb4244-85b3-4100-b2ea-376726ad8383|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a5e0e17c-2c76-4163-98a9-ea73d8f87364 ASDC 2022-05-08T06:12:47.519Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:e7a32c2a-7594-4c28-8bfb-367689e03ad7 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:a5e0e17c-2c76-4163-98a9-ea73d8f87364 ServiceInvariantUUID:d218786e-eb17-4879-9fc3-b41a430e3fc0 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:f56c6872-2c28-4d95-9793-7827add2d494 ArtifactChecksum:ZmFjMzVmY2I3MzY4MmM5ZDRkMTc3NTFmZTAxNTVhOWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:22381e76-d82d-4816-b3e4-967203093636 ResourceInvariantUUID:327fe812-7a08-4223-886e-af2c33bec477 ResourceName:test-pnf ResourceType:PNF ResourceUUID:5359e5b7-0533-4a26-b2c0-d4e44795dd0a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-08T06:12:47.519Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a5e0e17c-2c76-4163-98a9-ea73d8f87364 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T06:12:47.546Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T06:12:47.546Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:12:47.547Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:12:47.547Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f56c6872-2c28-4d95-9793-7827add2d494 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-08T06:12:47.547Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-08T06:12:47.547Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-08T06:12:49.057Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-08T06:12:49.062Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f56c6872-2c28-4d95-9793-7827add2d494 105656 2022-05-08T06:12:49.062Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-08T06:12:49.062Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-08T06:12:49.062Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-08T06:12:49.062Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:12:49.064Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:12:49.064Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990369062, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:12:49.164Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:12:49.165Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:12:49.165Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:12:49.175Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:12:49.176Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:12:50.065Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-08T06:12:50.065Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-08T06:12:50.065Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f56c6872-2c28-4d95-9793-7827add2d494, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T06:12:50.066Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-05-08T06:12:50.066Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T06:12:50.066Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T06:12:50.156Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17872881980825467076/Definitions/service-TestPnfMacro-template.yml 2022-05-08T06:12:50.803Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-08T06:12:50.803Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T06:12:50.804Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T06:12:50.804Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-08T06:12:50.804Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T06:12:50.804Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T06:12:50.804Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T06:12:50.804Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T06:12:50.804Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T06:12:50.804Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T06:12:50.804Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-08T06:12:50.804Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-08T06:12:50.805Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:12:50.805Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:12:50.805Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-08T06:12:50.805Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T06:12:50.805Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T06:12:50.806Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:12:50.806Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:12:50.806Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-08T06:12:50.806Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-08T06:12:50.806Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-08T06:12:50.806Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:12:50.806Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:12:50.807Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:12:50.807Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:12:50.807Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:12:50.807Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:12:50.807Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:12:50.807Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:12:50.807Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:12:50.807Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:12:50.808Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:a5e0e17c-2c76-4163-98a9-ea73d8f87364 Model Version:NULL Model InvariantUuid:d218786e-eb17-4879-9fc3-b41a430e3fc0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-08T06:12:50.816Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5359e5b7-0533-4a26-b2c0-d4e44795dd0a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:12:50.819Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||test-pnf 0 2022-05-08T06:12:50.819Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5359e5b7-0533-4a26-b2c0-d4e44795dd0a 2022-05-08T06:12:50.819Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||No resources found for Service: a5e0e17c-2c76-4163-98a9-ea73d8f87364 2022-05-08T06:12:50.820Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a5e0e17c-2c76-4163-98a9-ea73d8f87364 2022-05-08T06:12:50.820Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5359e5b7-0533-4a26-b2c0-d4e44795dd0a ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:12:50.825Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77b8d0a1, org.onap.sdc.toscaparser.api.parameters.Input@208a9442, org.onap.sdc.toscaparser.api.parameters.Input@593c07cb, org.onap.sdc.toscaparser.api.parameters.Input@6c022486, org.onap.sdc.toscaparser.api.parameters.Input@5d8edc7f] 2022-05-08T06:12:50.825Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:12:50.825Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:12:50.826Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a5e0e17c-2c76-4163-98a9-ea73d8f87364: test-pnf 2022-05-08T06:12:50.826Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||Processing PNF resource: 5359e5b7-0533-4a26-b2c0-d4e44795dd0a 2022-05-08T06:12:50.826Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-08T06:12:50.826Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-08T06:12:50.827Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||Resource customization UUID: 22381e76-d82d-4816-b3e4-967203093636 is the same as notified resource customizationUUID: 22381e76-d82d-4816-b3e4-967203093636 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-08T06:12:50.861Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 5359e5b7-0533-4a26-b2c0-d4e44795dd0a 0 ASDC deployResourceStructure 2022-05-08T06:12:50.862Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-08T06:12:50.862Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-08T06:12:50.862Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-08T06:12:50.863Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:12:50.864Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:12:50.864Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990370862, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:12:50.964Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-08T06:12:50.965Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:12:50.965Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:12:50.974Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:12:50.975Z||pool-139-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-08T06:12:51.865Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7a32c2a-7594-4c28-8bfb-367689e03ad7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:12:51.876Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7a32c2a-7594-4c28-8bfb-367689e03ad7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-08T06:12:51.879Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-08T06:12:51.879Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-08T06:12:51.879Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-08T06:12:51.879Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-08T06:12:51.879Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:12:51.879Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:12:51.879Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:12:51.879Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:12:51.880Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:12:51.880Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:12:51.880Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-08T06:12:51.880Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-08T06:12:51.885Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-08T06:13:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:13:11.901Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:13:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:13:11.919Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:13:11.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990212952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-08T06:13:11.920Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:13:11.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990214067, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T06:13:11.921Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:13:11.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990215070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-08T06:13:11.921Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:13:11.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990216075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-08T06:13:11.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:13:11.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990217079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:13:11.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:13:11.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6723dd85-0d2e-4558-abe2-3d1147db627c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990248571, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T06:13:11.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:13:11.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:13:11.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-08T06:13:11.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-08T06:13:11.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-08T06:13:11.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-08T06:13:11.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-08T06:13:11.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:13:11.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-08T06:13:11.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-08T06:13:11.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-08T06:13:11.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-08T06:13:11.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-08T06:13:11.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-08T06:13:11.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-08T06:13:11.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:13:11.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-08T06:13:11.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:13:11.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-08T06:13:11.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:13:11.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-08T06:13:11.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990259800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:13:11.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:13:11.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990262012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T06:13:11.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:13:11.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990263081, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T06:13:11.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:13:11.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990264138, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-08T06:13:11.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:13:11.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990265185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-08T06:13:11.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:13:11.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990266242, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-08T06:13:11.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:13:11.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990267321, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T06:13:11.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:13:11.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990268325, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-08T06:13:11.938Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:13:11.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990269330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-08T06:13:11.938Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:13:11.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990270333, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-08T06:13:11.939Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:13:11.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-08T06:13:11.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990271337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-08T06:13:11.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:13:21.885Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7a32c2a-7594-4c28-8bfb-367689e03ad7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-08T06:13:21.890Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7a32c2a-7594-4c28-8bfb-367689e03ad7 and serviceModelVersionId: a5e0e17c-2c76-4163-98a9-ea73d8f87364 2022-05-08T06:13:21.890Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d218786e-eb17-4879-9fc3-b41a430e3fc0 2022-05-08T06:13:21.890Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d218786e-eb17-4879-9fc3-b41a430e3fc0/model-vers/model-ver/a5e0e17c-2c76-4163-98a9-ea73d8f87364?depth=0 2022-05-08T06:13:21.894Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-08T06:13:21.926Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d218786e-eb17-4879-9fc3-b41a430e3fc0/model-vers/model-ver/a5e0e17c-2c76-4163-98a9-ea73d8f87364?depth=0|INFO|500||Invoke 2022-05-08T06:13:21.926Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d218786e-eb17-4879-9fc3-b41a430e3fc0/model-vers/model-ver/a5e0e17c-2c76-4163-98a9-ea73d8f87364?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d218786e-eb17-4879-9fc3-b41a430e3fc0/model-vers/model-ver/a5e0e17c-2c76-4163-98a9-ea73d8f87364?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e7a32c2a-7594-4c28-8bfb-367689e03ad7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9f4f283b-4eb7-4ded-b323-ff1b6855c995], X-ECOMP-RequestID=[e7a32c2a-7594-4c28-8bfb-367689e03ad7], X-TransactionId=[], X-ONAP-RequestID=[e7a32c2a-7594-4c28-8bfb-367689e03ad7], Content-Type=[application/merge-patch+json]} 2022-05-08T06:13:21.943Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d218786e-eb17-4879-9fc3-b41a430e3fc0/model-vers/model-ver/a5e0e17c-2c76-4163-98a9-ea73d8f87364?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-08T06:13:22.285Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d218786e-eb17-4879-9fc3-b41a430e3fc0/model-vers/model-ver/a5e0e17c-2c76-4163-98a9-ea73d8f87364?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/d218786e-eb17-4879-9fc3-b41a430e3fc0/model-vers/model-ver/a5e0e17c-2c76-4163-98a9-ea73d8f87364?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220508-06:13:20:698-821], vertex-id=[229384], Content-Length=[0], Date=[Sun, 08 May 2022 06:13:20 GMT], Content-Type=[application/json]} 2022-05-08T06:13:22.286Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d218786e-eb17-4879-9fc3-b41a430e3fc0/model-vers/model-ver/a5e0e17c-2c76-4163-98a9-ea73d8f87364?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-08T06:13:22.286Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d218786e-eb17-4879-9fc3-b41a430e3fc0/model-vers/model-ver/a5e0e17c-2c76-4163-98a9-ea73d8f87364?depth=0|INFO|500||InvokeReturn 2022-05-08T06:13:22.286Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-08T06:13:22.287Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-08T06:13:22.295Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-08T06:13:22.295Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7a32c2a-7594-4c28-8bfb-367689e03ad7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-08T06:13:22.295Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-08T06:13:22.295Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-08T06:13:22.297Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-08T06:13:22.297Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990402295, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T06:13:22.397Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-08T06:13:22.398Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-08T06:13:22.398Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:13:22.408Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:13:22.408Z||pool-140-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-08T06:13:23.308Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:13:23.309Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|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-05-08T06:13:23.309Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|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 6JD9gtHy13Bfb049) ... 2022-05-08T06:13:32.851Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:13:32.851Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:13:32.852Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|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-05-08T06:13:32.852Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|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 6JD9gtHy13Bfb049) ... 2022-05-08T06:13:42.391Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:13:42.391Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:13:42.392Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:13:42.392Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:13:51.935Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:13:51.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:13:51.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:13:51.936Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:14:01.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:14:01.477Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:14:01.477Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:14:01.477Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:14:11.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:14:11.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:14:11.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:14:11.014Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:14:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:14:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:14:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:14:11.919Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:14:11.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990272341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:14:11.920Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:14:11.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "84134640-3f80-4479-a151-7d1925af46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990303848, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T06:14:11.920Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:14:11.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:14:11.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T06:14:11.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-08T06:14:11.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T06:14:11.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-08T06:14:11.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T06:14:11.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:14:11.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T06:14:11.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-08T06:14:11.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T06:14:11.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:14:11.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T06:14:11.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:14:11.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T06:14:11.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990009775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:14:11.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-08T06:14:11.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990313489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:14:11.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:14:11.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990315723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-08T06:14:11.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:14:11.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990316776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-08T06:14:11.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:14:11.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990317822, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-08T06:14:11.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:14:11.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990318957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-08T06:14:11.924Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:14:11.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990319961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-08T06:14:11.924Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:14:11.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990320964, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-08T06:14:11.924Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:14:11.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-08T06:14:11.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990321968, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:14:11.924Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:14:20.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:14:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:14:20.547Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:14:20.547Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:14:30.091Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:15:11.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:15:11.898Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:15:11.899Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:15:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:15:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:15:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:15:11.917Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:15:11.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:15:11.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2bb4244-85b3-4100-b2ea-376726ad8383", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990353160, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T06:15:11.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:15:11.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:15:11.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:15:11.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:15:11.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:15:11.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-08T06:15:11.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:15:11.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:15:11.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-08T06:15:11.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:15:11.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:15:11.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-08T06:15:11.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:15:11.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:15:11.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-08T06:15:11.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:15:11.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:15:11.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:15:11.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:15:11.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:15:11.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-08T06:15:11.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:15:11.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:15:11.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-08T06:15:11.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:15:11.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:15:11.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990354174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-08T06:15:11.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-08T06:15:11.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:15:11.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990369062, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-08T06:15:11.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:15:11.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:15:11.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990370862, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-08T06:15:11.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:15:21.443Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:16:11.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:16:11.899Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:16:11.899Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:16:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:16:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:16:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:16:12.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:16:12.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-08T06:16:12.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a32c2a-7594-4c28-8bfb-367689e03ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651990402295, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-08T06:16:12.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-08T06:16:21.445Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:17:11.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:17:11.898Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:17:11.899Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:17:11.900Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:17:11.900Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:17:11.900Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:17:21.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:17:21.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:18:11.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:18:11.899Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:18:11.899Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:18:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:18:11.900Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:18:11.900Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:18:21.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:18:21.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:19:11.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:19:11.899Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:19:11.899Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:19:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:19:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:19:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:19:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:19:21.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:20:11.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:20:11.899Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:20:11.899Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:20:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:20:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:20:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:20:21.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:20:21.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:21:11.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:21:11.900Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:21:11.900Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:21:11.900Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:21:11.900Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:21:11.900Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|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 6JD9gtHy13Bfb049) ... 2022-05-08T06:21:21.440Z|e7a32c2a-7594-4c28-8bfb-367689e03ad7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:21:21.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:22:11.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:22:11.899Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:22:11.899Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:22:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:22:11.901Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:22:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:22:21.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:22:21.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:23:11.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:23:11.899Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:23:11.899Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:23:11.900Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:23:11.901Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:23:11.901Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|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 6JD9gtHy13Bfb049) ... 2022-05-08T06:23:21.442Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:23:21.445Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:24:11.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:24:11.899Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:24:11.899Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:24:11.900Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:24:11.901Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:24:11.901Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|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 6JD9gtHy13Bfb049) ... 2022-05-08T06:24:21.436Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:24:21.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:25:11.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:25:11.899Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:25:11.899Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:25:11.900Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:25:11.900Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:25:11.901Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|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 6JD9gtHy13Bfb049) ... 2022-05-08T06:25:21.470Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:25:21.470Z|4fa7766a-0e79-498d-9efe-123de2d5a5fc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:26:11.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:26:11.899Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:26:11.899Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:26:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:26:11.900Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:26:11.900Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:26:21.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:26:21.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:27:11.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:27:11.899Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:27:11.899Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6JD9gtHy13Bfb049) ... 2022-05-08T06:27:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-08T06:27:11.900Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-08T06:27:11.901Z||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 6JD9gtHy13Bfb049) ... 2022-05-08T06:27:21.440Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-08T06:27:21.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK