JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-11-14T05:18:23.923Z||main|||||INFO|500||The following profiles are active: basic 2022-11-14T05:18:35.153Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-14T05:18:35.154Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-14T05:18:35.267Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-14T05:18:39.390Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-14T05:18:39.754Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-14T05:18:40.177Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-14T05:18:40.184Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-14T05:18:40.290Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-14T05:18:40.487Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-14T05:18:41.026Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-14T05:18:42.821Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-14T05:18:45.015Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-14T05:18:45.085Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-14T05:18:45.679Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-14T05:18:45.914Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-11-14T05:18:47.137Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-14T05:18:48.110Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-14T05:18:48.125Z||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$$4f705321.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-11-14T05:18:48.126Z||main|||||WARN|500||The sdc end point is not alive 2022-11-14T05:18:51.196Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-11-14T05:18:53.890Z||main|||||WARN|500||--- 2022-11-14T05:18:53.891Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-14T05:18:53.891Z||main|||||WARN|500||--- 2022-11-14T05:18:54.301Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-14T05:18:58.935Z||main|||||INFO|500||Started Application in 38.145 seconds (JVM running for 40.107) 2022-11-14T05:18:58.950Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-14T05:18:58.954Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-14T05:18:58.965Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-14T05:18:58.991Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-14T05:18:59.045Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c94ca95d-6a01-4960-a2d3-035abecbefbe url= /sdc/v1/artifactTypes 2022-11-14T05:18:59.046Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-14T05:18:59.332Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-14T05:18:59.357Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-11-14T05:18:59.396Z||scheduling-1|||||DEBUG|500||create keys 2022-11-14T05:18:59.403Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-14T05:18:59.457Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:18:59.486Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5ec9de0f-2c88-40f9-a22f-7805d90dcdac url= /sdc/v1/registerForDistribution 2022-11-14T05:18:59.598Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5ec9de0f-2c88-40f9-a22f-7805d90dcdac url= /sdc/v1/registerForDistribution 2022-11-14T05:18:59.599Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-14T05:18:59.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:18:59.609Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:18:59.618Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-14T05:18:59.619Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:18:59.619Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:18:59.619Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:18:59.619Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:19:09.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:19:09.992Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:19:59.606Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:19:59.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:19:59.609Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:19:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:19:59.613Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:19:59.614Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:20:09.308Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:20:09.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:20:59.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:20:59.607Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:20:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:20:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:20:59.612Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:20:59.612Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:21:09.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:21:09.182Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:21:59.606Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:21:59.607Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:21:59.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:21:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:21:59.608Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:21:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:22:09.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:22:09.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:22:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:22:59.607Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:22:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:22:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:22:59.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:22:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:23:09.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:23:09.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:23:59.605Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:23:59.606Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:23:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:23:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:23:59.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:23:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:24:09.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:24:09.181Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:24:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:24:59.607Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:24:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:24:59.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:24:59.608Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:24:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:25:09.158Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:25:09.158Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:25:59.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:25:59.607Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:25:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:25:59.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:25:59.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:25:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:26:09.163Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:26:09.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:26:59.606Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:26:59.608Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:26:59.610Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:26:59.610Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:26:59.610Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:26:59.611Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:27:09.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:27:09.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:27:59.606Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:27:59.607Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:27:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:27:59.608Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:27:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:27:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:28:09.156Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:28:09.156Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:28:41.204Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-14T05:28:59.605Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:28:59.606Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:28:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:28:59.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:28:59.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:28:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:29:09.163Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:29:09.179Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:29:59.605Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:29:59.606Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:29:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:29:59.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:29:59.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:29:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:30:09.162Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:30:09.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:30:59.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:30:59.607Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:30:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:30:59.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:30:59.608Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:30:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:31:09.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:31:09.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:31:59.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:31:59.607Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:31:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:31:59.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:31:59.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:31:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:32:09.156Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:32:09.161Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:32:59.605Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:32:59.607Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:32:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:32:59.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:32:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:32:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:33:09.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:33:09.197Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:33:59.605Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:33:59.607Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:33:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:33:59.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:33:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:33:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:34:09.157Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:34:09.157Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:34:59.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:34:59.607Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:34:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:34:59.608Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:34:59.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:34:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:35:09.188Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:35:09.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:35:59.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:35:59.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:35:59.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:35:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:35:59.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:35:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:36:09.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:36:09.156Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:36:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:36:59.607Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:36:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:36:59.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:36:59.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:36:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:37:09.166Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:37:09.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:37:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:37:59.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:37:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:37:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:37:59.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:37:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:38:09.150Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:38:09.154Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:38:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:38:59.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:38:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:38:59.608Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:38:59.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:38:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:39:09.153Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:39:09.154Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:39:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:39:59.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:39:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:39:59.608Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:39:59.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:39:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:40:09.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:40:09.183Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:40:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:40:59.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:40:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:40:59.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:40:59.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:40:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:41:09.150Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:41:09.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:41:59.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:41:59.607Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:41:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:41:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:41:59.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:41:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:42:09.161Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:42:09.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:42:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:42:59.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:42:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:42:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:42:59.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:42:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:43:09.181Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:43:09.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:43:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:43:59.607Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:43:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:43:59.608Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:43:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:43:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:44:09.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:44:09.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:44:59.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:44:59.608Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:44:59.610Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:44:59.610Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:44:59.610Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:44:59.611Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:45:09.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:45:09.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:45:59.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:45:59.607Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:45:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:45:59.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:45:59.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:45:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:46:09.160Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:46:09.161Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:46:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:46:59.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:46:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:46:59.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:46:59.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:46:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:47:09.148Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:47:09.148Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:47:59.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:47:59.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:47:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:47:59.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:47:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:47:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:48:09.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:48:09.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:48:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:48:59.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:48:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:48:59.608Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:48:59.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:48:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:49:09.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:49:09.184Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:49:59.605Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:49:59.606Z||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-11-14T05:49:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:49:59.608Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:49:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:49:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:50:09.157Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:50:09.157Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:50:59.606Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:50:59.607Z||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-11-14T05:50:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:50:59.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:50:59.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:50:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:51:09.176Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:51:09.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:51:59.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:51:59.606Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:51:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:51:59.608Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:51:59.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:51:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:52:09.152Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:52:09.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:52:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:52:59.607Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:52:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:52:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:52:59.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:52:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:53:09.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:53:09.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:53:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:53:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:53:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:53:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:53:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:53:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:54:09.162Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:54:09.162Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:54:59.605Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:54:59.607Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:54:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:54:59.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:54:59.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:54:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:55:09.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:55:09.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:55:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:55:59.607Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:55:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:55:59.608Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:55:59.608Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:55:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:56:09.154Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:56:09.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:56:59.605Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:56:59.606Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:56:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:56:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:56:59.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:56:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:57:09.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:57:09.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:57:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:57:59.607Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:57:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:57:59.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:57:59.609Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:57:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:58:09.152Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:58:09.153Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:58:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:58:59.607Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:58:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:58:59.608Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:58:59.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:58:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:59:09.157Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:59:09.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T05:59:59.606Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:59:59.607Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:59:59.607Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T05:59:59.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T05:59:59.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T05:59:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:00:09.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:00:09.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:00:59.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:00:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:00:59.608Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:00:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:00:59.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:00:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:01:09.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:01:09.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:01:59.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:01:59.607Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:01:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:01:59.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:01:59.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:01:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:02:09.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:02:09.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:02:59.608Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:02:59.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:02:59.612Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:02:59.612Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:02:59.612Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:02:59.612Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:03:09.157Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:03:09.160Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:03:59.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:03:59.606Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:03:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:03:59.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:03:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:03:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:04:09.156Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:04:09.156Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:04:59.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:04:59.606Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:04:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:04:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:04:59.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:04:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:05:09.164Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:05:09.167Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:05:59.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:05:59.606Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:05:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:05:59.608Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:05:59.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:05:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:06:09.161Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:06:09.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:06:59.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:06:59.606Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:06:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:06:59.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:06:59.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:06:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:07:09.153Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:07:09.153Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:07:59.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:07:59.607Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:07:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:07:59.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:07:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:07:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:08:09.162Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:08:09.162Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:08:59.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:08:59.607Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:08:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:08:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:08:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:08:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:09:02.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:02.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:09:02.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"86fbc452-02fe-4e2f-b221-16213eb2ecfa","serviceName":"vFW 2022-11-14 06-08-02","serviceVersion":"1.0","serviceUUID":"1cc42155-9499-414b-a170-1bc673462704","serviceDescription":"catalog service description","serviceInvariantUUID":"e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f","resources":[{"resourceInstanceName":"vFW f2e6a59e-a281 0","resourceName":"vFW f2e6a59e-a281","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9a34b0e0-ce51-45bd-81ca-62e3b8598a7f","resourceInvariantUUID":"76ed221c-fb30-435e-b609-46aa8debffb3","resourceCustomizationUUID":"b8cad3f8-4a67-43f1-940d-98b35ac6214f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vf-license-model.xml","artifactChecksum":"YjZmNzA3ZWEwNzIwMjEyMzZlYTY4OTQzZDlkNTFkNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"49626c6b-2877-4c44-b540-b3e27aad4892","artifactVersion":"1"},{"artifactName":"vfwf2e6a59ea2810_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json","artifactChecksum":"ODE1ZmM3ODRkOTk5Y2JiZmNkOGQ0ZjJkMTllMWM5ZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"74d0da11-3a15-4025-b946-e08cc15b4196","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8527d476-3998-46b5-961b-9d4a86265f4e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vendor-license-model.xml","artifactChecksum":"OTE4ZWE2NTc0M2M3OGQ5ZTQxMzMxYTRjYzdjOTE5YmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"abddd02d-be08-4d09-b91f-d89ce20456db","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65","artifactVersion":"2","generatedFromUUID":"8527d476-3998-46b5-961b-9d4a86265f4e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221114060802-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-template.yml","artifactChecksum":"MDU3YmYyMDYzYzBiYjgwYmZmMDY4ZDdhZmUzNDQwYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2deb365-29aa-46a2-8aa5-1ad01c624972","artifactVersion":"1"},{"artifactName":"service-Vfw20221114060802-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar","artifactChecksum":"OGYxYzJmYzcyZDQ0ZmZiMmRhYjhiOGQ0MDQ5NjAyNGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"680f8302-fe6f-406d-b320-faa83ac3d858","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-14T06:09:02.080Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:09:02.088Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:09:02.102Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:09:02.102Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406139605, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:09:02.202Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-11-14T06:09:02.206Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:09:02.206Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:09:02.217Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:02.218Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:09:02.275Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:02.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-14T06:09:02.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668406135444, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:09:02.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-14T06:09:03.113Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:09:03.113Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:09:03.115Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:09:03.115Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406139605, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json", "status": "NOTIFIED" } 2022-11-14T06:09:03.217Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-14T06:09:03.218Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:09:03.219Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:09:03.232Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:03.233Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:09:04.116Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:09:04.117Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:09:04.119Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:09:04.119Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406139605, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-14T06:09:04.219Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:09:04.220Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:09:04.220Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:09:04.231Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:04.231Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:09:05.119Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:09:05.120Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:09:05.122Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:09:05.122Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406139605, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:09:05.222Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:09:05.224Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:09:05.224Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:09:05.238Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:05.238Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:09:06.123Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:09:06.124Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:09:06.126Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:09:06.126Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406139605, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-14T06:09:06.226Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:09:06.227Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:09:06.227Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:09:06.243Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:06.243Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:09:07.127Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:09:07.128Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:09:07.131Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:09:07.131Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406139605, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:09:07.231Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:09:07.232Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:09:07.232Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:09:07.245Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:07.246Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:09:08.132Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:09:08.133Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:09:08.136Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:09:08.137Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406139605, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:09:08.236Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:09:08.238Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:09:08.238Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:09:08.254Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:08.255Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:09:09.139Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "serviceName": "vFW 2022-11-14 06-08-02", "serviceVersion": "1.0", "serviceUUID": "1cc42155-9499-414b-a170-1bc673462704", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f", "resources": [ { "resourceInstanceName": "vFW f2e6a59e-a281 0", "resourceCustomizationUUID": "b8cad3f8-4a67-43f1-940d-98b35ac6214f", "resourceName": "vFW f2e6a59e-a281", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9a34b0e0-ce51-45bd-81ca-62e3b8598a7f", "resourceInvariantUUID": "76ed221c-fb30-435e-b609-46aa8debffb3", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwf2e6a59ea2810_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json", "artifactChecksum": "ODE1ZmM3ODRkOTk5Y2JiZmNkOGQ0ZjJkMTllMWM5ZjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "74d0da11-3a15-4025-b946-e08cc15b4196", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8527d476-3998-46b5-961b-9d4a86265f4e", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65", "generatedFromUUID": "8527d476-3998-46b5-961b-9d4a86265f4e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221114060802-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "artifactChecksum": "OGYxYzJmYzcyZDQ0ZmZiMmRhYjhiOGQ0MDQ5NjAyNGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "680f8302-fe6f-406d-b320-faa83ac3d858" } ], "workloadContext": "Production" } 2022-11-14T06:09:09.141Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-14T06:09:09.142Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1cc42155-9499-414b-a170-1bc673462704 ASDC 2022-11-14T06:09:09.339Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:86fbc452-02fe-4e2f-b221-16213eb2ecfa ServiceName:vFW 2022-11-14 06-08-02 ServiceVersion:1.0 ServiceUUID:1cc42155-9499-414b-a170-1bc673462704 ServiceInvariantUUID:e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221114060802-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar ArtifactUUID:680f8302-fe6f-406d-b320-faa83ac3d858 ArtifactChecksum:OGYxYzJmYzcyZDQ0ZmZiMmRhYjhiOGQ0MDQ5NjAyNGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW f2e6a59e-a281 0 ResourceCustomizationUUID:b8cad3f8-4a67-43f1-940d-98b35ac6214f ResourceInvariantUUID:76ed221c-fb30-435e-b609-46aa8debffb3 ResourceName:vFW f2e6a59e-a281 ResourceType:VF ResourceUUID:9a34b0e0-ce51-45bd-81ca-62e3b8598a7f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwf2e6a59ea2810_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json ArtifactUUID:74d0da11-3a15-4025-b946-e08cc15b4196 ArtifactChecksum:ODE1ZmM3ODRkOTk5Y2JiZmNkOGQ0ZjJkMTllMWM5ZjE= 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/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml ArtifactUUID:8527d476-3998-46b5-961b-9d4a86265f4e 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/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env ArtifactUUID:1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65 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/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env ArtifactUUID:1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-14T06:09:09.339Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1cc42155-9499-414b-a170-1bc673462704 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:09:09.607Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:09:09.609Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-14T06:09:09.610Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-14T06:09:09.611Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 680f8302-fe6f-406d-b320-faa83ac3d858 from URL: /sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:09.611Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-14T06:09:09.612Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:09.723Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-14T06:09:09.743Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar 680f8302-fe6f-406d-b320-faa83ac3d858 100698 2022-11-14T06:09:09.745Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar ASDC sendASDCNotification 2022-11-14T06:09:09.746Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:09.747Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:09:09.748Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:09:09.750Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:09:09.750Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406149744, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:09:09.850Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:09:09.851Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:09:09.851Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:09:09.862Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:09.862Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:09:10.754Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:09:10.755Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-14T06:09:10.756Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 680f8302-fe6f-406d-b320-faa83ac3d858, URL: /sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar to file: /app/ASDC/1/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:10.757Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221114060802-csar.csar 2022-11-14T06:09:10.852Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:10.853Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:11.710Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3050406634543117496/Definitions/service-Vfw20221114060802-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-11-14T06:09:14.508Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-14T06:09:14.513Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-14T06:09:14.513Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:14.513Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-11-14T06:09:14.513Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:14.513Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:14.513Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:14.514Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:14.514Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:14.514Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:14.514Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:14.514Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:14.514Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:14.514Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f2e6a59e-a281 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:14.515Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:14.515Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-14T06:09:14.521Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:14.523Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:09:14.527Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria 2022-11-14T06:09:14.527Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-14T06:09:14.529Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:09:14.531Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:14.531Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:09:14.531Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria 2022-11-14T06:09:14.531Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-14T06:09:14.531Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:09:14.532Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:14.532Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:09:14.535Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:14.535Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is not matching search criteria 2022-11-14T06:09:14.536Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-14T06:09:14.536Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-14T06:09:14.536Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-14T06:09:14.536Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-14T06:09:14.536Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-14T06:09:14.537Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-14T06:09:14.537Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-14T06:09:14.537Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-14T06:09:14.537Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-14T06:09:14.537Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-14T06:09:14.537Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-14T06:09:14.538Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-14T06:09:14.538Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-14T06:09:14.538Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-14T06:09:14.538Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-14T06:09:14.538Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-14T06:09:14.538Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:14.539Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-14T06:09:14.540Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:14.540Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria 2022-11-14T06:09:14.540Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:09:14.541Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:14.541Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria 2022-11-14T06:09:14.541Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:09:14.541Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:14.541Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria 2022-11-14T06:09:14.542Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:09:14.542Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:14.542Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is not matching search criteria 2022-11-14T06:09:14.542Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-14T06:09:14.542Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-14T06:09:14.543Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-14T06:09:14.543Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-14T06:09:14.543Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-14T06:09:14.543Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-14T06:09:14.544Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-14T06:09:14.544Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-14T06:09:14.544Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-14T06:09:14.544Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-14T06:09:14.544Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-14T06:09:14.545Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=934a2d1a-7b53-4d11-aae2-4f03773c0aa7 2022-11-14T06:09:14.545Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:14.545Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is not matching search criteria 2022-11-14T06:09:14.545Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-14T06:09:14.545Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-14T06:09:14.546Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-14T06:09:14.546Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-14T06:09:14.546Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-14T06:09:14.546Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-14T06:09:14.546Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-14T06:09:14.546Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-14T06:09:14.547Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-14T06:09:14.547Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-14T06:09:14.547Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-14T06:09:14.547Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-14T06:09:14.547Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=339ab6d7-e4c2-4d13-8b17-6cf308b6ac36 2022-11-14T06:09:14.548Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:14.548Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is not matching search criteria 2022-11-14T06:09:14.548Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-14T06:09:14.548Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-14T06:09:14.548Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-14T06:09:14.549Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-14T06:09:14.549Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-14T06:09:14.549Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-14T06:09:14.549Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-14T06:09:14.549Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-14T06:09:14.550Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-14T06:09:14.550Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-14T06:09:14.550Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-14T06:09:14.550Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-14T06:09:14.550Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=86a84368-1945-483f-8a05-741caebeedd8 2022-11-14T06:09:14.551Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:14.551Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:09:14.551Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:14.551Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:09:14.551Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:14.551Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:09:14.552Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:14.552Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:09:14.552Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-14 06-08-02 Description:catalog service description Model UUID:1cc42155-9499-414b-a170-1bc673462704 Model Version:NULL Model InvariantUuid:e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW f2e6a59e-a281 Model UUID:7127354b-81e4-49fd-9e68-9408a053ba63 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:76ed221c-fb30-435e-b609-46aa8debffb3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b8cad3f8-4a67-43f1-940d-98b35ac6214f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e9e423db-2099-438e-8a02-7895661332bc ModelName:VfwF2e6a59eA281..base_vfw..module-0 ModelUuid:92e093ff-8cc6-4e50-9672-bef67f02754d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:934a2d1a-7b53-4d11-aae2-4f03773c0aa7 ModelInvariantUuid:196285cb-9ef5-4c07-964d-481de512b850 ModelName:vFW f2e6a59e-a281-nodes.vfwCvfc ModelUuid:57883387-a06d-43b3-a37d-089c7a76574c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:fc254306-e5d2-4492-9ef7-0ece637eaff2 ModelInvariantUuid:4d6a802f-2246-48ea-bf72-65712f1c737c ModelName:VfwF2e6a59eA281.compute.nodes.heat.vfw ModelUuid:f886e97e-0ce6-4636-a94e-e0a7388a4c3d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:339ab6d7-e4c2-4d13-8b17-6cf308b6ac36 ModelInvariantUuid:7d3f9ca6-889a-460e-87f3-2eb1d0b09748 ModelName:vFW f2e6a59e-a281-nodes.vsnCvfc ModelUuid:4e4417e1-030e-4fe5-99cf-38c56c30f7af ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:5e313e64-9dc5-435a-b207-c7569d28d810 ModelInvariantUuid:8246b916-1168-40a2-87e6-d0f9c5f17264 ModelName:VfwF2e6a59eA281.compute.nodes.heat.vsn ModelUuid:043203d5-a6c9-4592-9ef5-a8aab38a48b3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:86a84368-1945-483f-8a05-741caebeedd8 ModelInvariantUuid:01892d78-ffed-40d0-bbfd-8c53d4bbe82b ModelName:vFW f2e6a59e-a281-nodes.vpgCvfc ModelUuid:2d9eb2e0-d9c4-432a-b0ba-7b86e73dbe1e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:fded587c-a2b2-4468-85b7-9aac496b977f ModelInvariantUuid:be807eae-1e7a-4404-a39e-e0fe78fba880 ModelName:VfwF2e6a59eA281.compute.nodes.heat.vpg ModelUuid:c6ff550a-1ad9-48d2-b656-35e46e270a53 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-14T06:09:14.590Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9a34b0e0-ce51-45bd-81ca-62e3b8598a7f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:09:14.692Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||vFW f2e6a59e-a281 0 2022-11-14T06:09:14.699Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9a34b0e0-ce51-45bd-81ca-62e3b8598a7f 2022-11-14T06:09:14.699Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 74d0da11-3a15-4025-b946-e08cc15b4196 from URL: /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json 2022-11-14T06:09:14.699Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-14T06:09:14.699Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json 2022-11-14T06:09:14.757Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-14T06:09:14.757Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json 74d0da11-3a15-4025-b946-e08cc15b4196 785 2022-11-14T06:09:14.758Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json ASDC sendASDCNotification 2022-11-14T06:09:14.758Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json 2022-11-14T06:09:14.758Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:09:14.758Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:09:14.760Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:09:14.760Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406154758, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:09:14.861Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:09:14.862Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:09:14.862Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:09:14.877Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:14.878Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:09:15.762Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF2e6a59eA281..base_vfw..module-0", "vfModuleModelInvariantUUID": "e9e423db-2099-438e-8a02-7895661332bc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "92e093ff-8cc6-4e50-9672-bef67f02754d", "vfModuleModelCustomizationUUID": "66580ca1-72ee-441a-8a24-1ad9caaffd28", "isBase": true, "artifacts": [ "8527d476-3998-46b5-961b-9d4a86265f4e", "1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-14T06:09:15.777Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF2e6a59eA281..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:92e093ff-8cc6-4e50-9672-bef67f02754d VfModuleModelInvariantUUID:e9e423db-2099-438e-8a02-7895661332bc VfModuleModelDescription:NULL Artifacts UUID List:{ 8527d476-3998-46b5-961b-9d4a86265f4e , 1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-14T06:09:15.781Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF2e6a59eA281..base_vfw..module-0", "vfModuleModelInvariantUUID": "e9e423db-2099-438e-8a02-7895661332bc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "92e093ff-8cc6-4e50-9672-bef67f02754d", "vfModuleModelCustomizationUUID": "66580ca1-72ee-441a-8a24-1ad9caaffd28", "isBase": true, "artifacts": [ "8527d476-3998-46b5-961b-9d4a86265f4e", "1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-14T06:09:15.781Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF2e6a59eA281..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:92e093ff-8cc6-4e50-9672-bef67f02754d VfModuleModelInvariantUUID:e9e423db-2099-438e-8a02-7895661332bc VfModuleModelDescription:NULL Artifacts UUID List:{ 8527d476-3998-46b5-961b-9d4a86265f4e , 1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-14T06:09:15.781Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8527d476-3998-46b5-961b-9d4a86265f4e from URL: /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml 2022-11-14T06:09:15.782Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-14T06:09:15.782Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml 2022-11-14T06:09:15.833Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-14T06:09:15.834Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml 8527d476-3998-46b5-961b-9d4a86265f4e 20368 2022-11-14T06:09:15.834Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-14T06:09:15.834Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml 2022-11-14T06:09:15.834Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:09:15.834Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:09:15.836Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:09:15.836Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406155834, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:09:15.936Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:09:15.937Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:09:15.937Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:09:15.952Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:15.952Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:09:16.838Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65 from URL: /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env 2022-11-14T06:09:16.838Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-14T06:09:16.838Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env 2022-11-14T06:09:16.892Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-14T06:09:16.892Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env 1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65 2098 2022-11-14T06:09:16.892Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-14T06:09:16.893Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env 2022-11-14T06:09:16.893Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:09:16.893Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:09:16.895Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:09:16.895Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406156892, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:09:16.995Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:09:16.996Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:09:16.997Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:09:17.010Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:17.010Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:09:17.896Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1cc42155-9499-414b-a170-1bc673462704 2022-11-14T06:09:17.896Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f2e6a59e-a281 0 9a34b0e0-ce51-45bd-81ca-62e3b8598a7f ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:09:17.932Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@bfc1ac5, org.onap.sdc.toscaparser.api.parameters.Input@4b7e882f, org.onap.sdc.toscaparser.api.parameters.Input@7b97fdcb, org.onap.sdc.toscaparser.api.parameters.Input@28934c7f, org.onap.sdc.toscaparser.api.parameters.Input@43d2519a] 2022-11-14T06:09:17.936Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.936Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:09:17.937Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-11-14T06:09:17.937Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b8cad3f8-4a67-43f1-940d-98b35ac6214f 2022-11-14T06:09:17.937Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b8cad3f8-4a67-43f1-940d-98b35ac6214f matches Tosca VF Customization UUID: b8cad3f8-4a67-43f1-940d-98b35ac6214f 2022-11-14T06:09:17.938Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b8cad3f8-4a67-43f1-940d-98b35ac6214f matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-14T06:09:17.944Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.945Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:09:17.946Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b8cad3f8-4a67-43f1-940d-98b35ac6214f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-14T06:09:17.946Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@266893b8 2022-11-14T06:09:17.946Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.947Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-14T06:09:17.947Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 66580ca1-72ee-441a-8a24-1ad9caaffd28 2022-11-14T06:09:17.948Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 66580ca1-72ee-441a-8a24-1ad9caaffd28 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-14T06:09:17.954Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.954Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria 2022-11-14T06:09:17.954Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:09:17.955Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.956Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria 2022-11-14T06:09:17.956Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:09:17.956Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.956Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is not matching search criteria 2022-11-14T06:09:17.957Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-14T06:09:17.957Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-14T06:09:17.957Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-14T06:09:17.957Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-14T06:09:17.958Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-14T06:09:17.958Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-14T06:09:17.958Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-14T06:09:17.958Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-14T06:09:17.959Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-14T06:09:17.959Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-14T06:09:17.959Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-14T06:09:17.959Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=934a2d1a-7b53-4d11-aae2-4f03773c0aa7 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-14T06:09:17.969Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.970Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria 2022-11-14T06:09:17.970Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:09:17.971Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.971Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is not matching search criteria 2022-11-14T06:09:17.971Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-14T06:09:17.972Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-14T06:09:17.972Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-14T06:09:17.972Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-14T06:09:17.972Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-14T06:09:17.973Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-14T06:09:17.973Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-14T06:09:17.973Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-14T06:09:17.973Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-14T06:09:17.974Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-14T06:09:17.974Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-14T06:09:17.974Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-14T06:09:17.974Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=339ab6d7-e4c2-4d13-8b17-6cf308b6ac36 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-14T06:09:17.976Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.977Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria 2022-11-14T06:09:17.977Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:09:17.979Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.979Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is not matching search criteria 2022-11-14T06:09:17.980Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-14T06:09:17.980Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-14T06:09:17.980Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-14T06:09:17.980Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-14T06:09:17.981Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-14T06:09:17.981Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-14T06:09:17.981Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-14T06:09:17.981Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-14T06:09:17.982Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-14T06:09:17.982Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-14T06:09:17.982Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-14T06:09:17.982Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-14T06:09:17.983Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=86a84368-1945-483f-8a05-741caebeedd8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-14T06:09:17.985Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.985Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria 2022-11-14T06:09:17.985Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:09:17.985Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.986Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria 2022-11-14T06:09:17.986Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=b8cad3f8-4a67-43f1-940d-98b35ac6214f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:09:17.988Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.988Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:09:17.988Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1cc42155-9499-414b-a170-1bc673462704: vFW f2e6a59e-a281 2022-11-14T06:09:17.988Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.989Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:09:17.989Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.989Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:09:17.989Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.990Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:09:17.990Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.990Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:09:17.991Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:09:17.991Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:09:17.991Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-11-14 06-08-02 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:09:18.249Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f2e6a59e-a281 9a34b0e0-ce51-45bd-81ca-62e3b8598a7f 1 ASDC deployResourceStructure 2022-11-14T06:09:18.250Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json ASDC sendASDCNotification 2022-11-14T06:09:18.250Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json 2022-11-14T06:09:18.250Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:09:18.251Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:09:18.253Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:09:18.253Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406158250, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:09:18.354Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-14T06:09:18.356Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:09:18.356Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:09:18.368Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:18.369Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:09:19.254Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-14T06:09:19.254Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml 2022-11-14T06:09:19.254Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:09:19.255Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:09:19.257Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:09:19.257Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406159253, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-14T06:09:19.357Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:09:19.358Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:09:19.358Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:09:19.391Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:19.391Z||pool-15-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:09:20.258Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-14T06:09:20.259Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env 2022-11-14T06:09:20.259Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:09:20.259Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:09:20.261Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:09:20.261Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406160258, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-14T06:09:20.361Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:09:20.362Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:09:20.362Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:09:20.375Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:20.375Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:09:21.262Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar ASDC sendASDCNotification 2022-11-14T06:09:21.262Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar 2022-11-14T06:09:21.262Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:09:21.263Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:09:21.264Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:09:21.265Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406161262, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:09:21.365Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:09:21.366Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:09:21.366Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:09:21.377Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:21.378Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:09:22.266Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:09:22.288Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:09:22.290Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:09:22.290Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:09:22.291Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:09:52.292Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:09:52.307Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:09:52.309Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:09:52.309Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:09:52.309Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:09:59.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:09:59.609Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:09:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:09:59.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:09:59.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:09:59.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406139161, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:09:59.636Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:10:22.310Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:10:22.324Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:10:22.326Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:10:22.326Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:10:22.326Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:10:52.327Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:10:52.337Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:10:52.339Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:10:52.339Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:10:52.339Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:10:59.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:10:59.609Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:10:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:10:59.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:10:59.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:10:59.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406139605, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:10:59.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:11:22.340Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:11:22.358Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:11:22.360Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:11:22.360Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:11:22.360Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:11:52.361Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:11:52.378Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:11:52.380Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:11:52.381Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:11:52.381Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:11:59.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:11:59.612Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:11:59.613Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:11:59.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:12:00.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "aai-ml", "timestamp": 1668406136418, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668406135444, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json", "status": "NOTIFIED" } 2022-11-14T06:12:00.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406139161, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406139605, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json", "status": "NOTIFIED" } 2022-11-14T06:12:00.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "aai-ml", "timestamp": 1668406136418, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "cds", "timestamp": 1668406143283, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668406135444, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-14T06:12:00.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406139161, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406139605, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-14T06:12:00.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "aai-ml", "timestamp": 1668406136418, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "cds", "timestamp": 1668406143283, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668406135444, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406139161, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406139605, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "aai-ml", "timestamp": 1668406136418, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "cds", "timestamp": 1668406143283, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668406135444, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-14T06:12:00.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406139161, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406139605, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-14T06:12:00.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "aai-ml", "timestamp": 1668406136418, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "ves-openapi-manager", "timestamp": 1668406146420, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "cds", "timestamp": 1668406143283, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668406135444, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406139161, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406139605, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "aai-ml", "timestamp": 1668406136418, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "ves-openapi-manager", "timestamp": 1668406146420, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "cds", "timestamp": 1668406143283, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668406135444, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:12:00.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406139161, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:12:00.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406139605, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:12:00.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "aai-ml", "timestamp": 1668406136418, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:12:00.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "ves-openapi-manager", "timestamp": 1668406146420, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "cds", "timestamp": 1668406143283, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668406150236, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:12:00.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406149944, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:12:00.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "aai-ml", "timestamp": 1668406150365, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:12:00.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "ves-openapi-manager", "timestamp": 1668406146420, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406149744, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:12:00.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "cds", "timestamp": 1668406143283, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:12:00.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668406151319, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:12:00.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "ves-openapi-manager", "timestamp": 1668406146420, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "cds", "timestamp": 1668406151102, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:12:00.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668406152376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:12:00.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "ves-openapi-manager", "timestamp": 1668406146420, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "cds", "timestamp": 1668406152119, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:12:00.192Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 86fbc452-02fe-4e2f-b221-16213eb2ecfa 2022-11-14T06:12:00.193Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fbc452-02fe-4e2f-b221-16213eb2ecfa and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:12:00.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "ves-openapi-manager", "timestamp": 1668406146420, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668406153469, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:12:00.221Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86fbc452-02fe-4e2f-b221-16213eb2ecfa 2022-11-14T06:12:00.221Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fbc452-02fe-4e2f-b221-16213eb2ecfa and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:12:00.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "multicloud-k8s-id", "timestamp": 1668406154475, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:12:00.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406155190, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:12:00.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406154758, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:12:00.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406156194, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:12:00.238Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 86fbc452-02fe-4e2f-b221-16213eb2ecfa 2022-11-14T06:12:00.238Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fbc452-02fe-4e2f-b221-16213eb2ecfa and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:12:00.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406155834, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:12:00.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406156892, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:12:00.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406158250, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:12:00.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406159253, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-14T06:12:00.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406160258, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-14T06:12:00.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406161262, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:12:00.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "aai-ml", "timestamp": 1668406165958, "artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:12:00.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "aai-ml", "timestamp": 1668406166964, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:12:00.254Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 86fbc452-02fe-4e2f-b221-16213eb2ecfa 2022-11-14T06:12:00.254Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fbc452-02fe-4e2f-b221-16213eb2ecfa and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:12:00.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "ves-openapi-manager", "timestamp": 1668406166419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "cds", "timestamp": 1668406173281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "aai-ml", "timestamp": 1668406167969, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406169160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "multicloud-k8s-id", "timestamp": 1668406175444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "cds", "timestamp": 1668406173281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "ves-openapi-manager", "timestamp": 1668406166419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406169160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "aai-ml", "timestamp": 1668406167969, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "multicloud-k8s-id", "timestamp": 1668406175444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json", "status": "NOTIFIED" } 2022-11-14T06:12:00.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "ves-openapi-manager", "timestamp": 1668406166419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "cds", "timestamp": 1668406173281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "aai-ml", "timestamp": 1668406167969, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406169160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "multicloud-k8s-id", "timestamp": 1668406175444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-14T06:12:00.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "cds", "timestamp": 1668406173281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "ves-openapi-manager", "timestamp": 1668406166419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "aai-ml", "timestamp": 1668406167969, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406169160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "multicloud-k8s-id", "timestamp": 1668406175444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "cds", "timestamp": 1668406173281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "ves-openapi-manager", "timestamp": 1668406166419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "aai-ml", "timestamp": 1668406167969, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406169160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "multicloud-k8s-id", "timestamp": 1668406175444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-14T06:12:00.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "cds", "timestamp": 1668406173281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "ves-openapi-manager", "timestamp": 1668406166419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "aai-ml", "timestamp": 1668406167969, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406169160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "multicloud-k8s-id", "timestamp": 1668406175444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "cds", "timestamp": 1668406173281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:12:00.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "ves-openapi-manager", "timestamp": 1668406166419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:12:00.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "aai-ml", "timestamp": 1668406167969, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:12:00.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406169160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:12:00.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "multicloud-k8s-id", "timestamp": 1668406175444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:12:00.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:12:00.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "aai-ml", "timestamp": 1668406182954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:12:00.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "cds", "timestamp": 1668406181861, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:12:00.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406182655, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:12:00.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "multicloud-k8s-id", "timestamp": 1668406183186, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:12:00.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "cds", "timestamp": 1668406182868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:12:00.301Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 96b869e0-d730-4d28-86f3-46e53f9da643 2022-11-14T06:12:00.301Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96b869e0-d730-4d28-86f3-46e53f9da643 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:12:00.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "multicloud-k8s-id", "timestamp": 1668406184264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:12:00.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "multicloud-k8s-id", "timestamp": 1668406185324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:12:00.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406185003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:12:00.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668406186007, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:12:00.314Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 96b869e0-d730-4d28-86f3-46e53f9da643 2022-11-14T06:12:00.314Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96b869e0-d730-4d28-86f3-46e53f9da643 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:12:00.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "multicloud-k8s-id", "timestamp": 1668406186348, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:12:00.326Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96b869e0-d730-4d28-86f3-46e53f9da643 2022-11-14T06:12:00.327Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96b869e0-d730-4d28-86f3-46e53f9da643 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:12:00.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "multicloud-k8s-id", "timestamp": 1668406187352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:12:00.335Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "aai-ml", "timestamp": 1668406190166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:12:00.336Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:12:00.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:12:00.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "aai-ml", "timestamp": 1668406191170, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:12:00.342Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 96b869e0-d730-4d28-86f3-46e53f9da643 2022-11-14T06:12:00.342Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96b869e0-d730-4d28-86f3-46e53f9da643 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:12:22.381Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:12:22.396Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:12:22.399Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:12:22.400Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-14T06:12:22.400Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-14T06:12:22.400Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-14T06:12:22.401Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:12:22.401Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:12:22.401Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:12:22.401Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:12:22.401Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:12:22.402Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:12:22.408Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-14T06:12:52.408Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-14T06:12:52.421Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa and serviceModelVersionId: 1cc42155-9499-414b-a170-1bc673462704 2022-11-14T06:12:52.422Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f 2022-11-14T06:12:59.608Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:12:59.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:12:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:07.423Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f/model-vers/model-ver/1cc42155-9499-414b-a170-1bc673462704?depth=0 2022-11-14T06:13:07.525Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-14T06:13:08.000Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f/model-vers/model-ver/1cc42155-9499-414b-a170-1bc673462704?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-14T06:13:08.004Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f/model-vers/model-ver/1cc42155-9499-414b-a170-1bc673462704?depth=0|INFO|500||Invoke 2022-11-14T06:13:08.130Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f/model-vers/model-ver/1cc42155-9499-414b-a170-1bc673462704?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-14T06:13:08.314Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f/model-vers/model-ver/1cc42155-9499-414b-a170-1bc673462704?depth=0|INFO|500||InvokeReturn 2022-11-14T06:13:08.317Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f/model-vers/model-ver/1cc42155-9499-414b-a170-1bc673462704?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221114-06:13:09:187-41401], vertex-id=[184456], Content-Length=[0], Date=[Mon, 14 Nov 2022 06:13:09 GMT], Content-Type=[application/json]} 2022-11-14T06:13:08.317Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-11-14T06:13:08.320Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-14T06:13:08.320Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:13:08.325Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-14T06:13:08.326Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 86fbc452-02fe-4e2f-b221-16213eb2ecfa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-14T06:13:08.326Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-14T06:13:08.327Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:13:08.329Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:13:08.329Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406388326, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:13:08.429Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:13:08.430Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:13:08.431Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:08.445Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:08.446Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:13:09.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:09.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:13:09.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406388326, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:13:09.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-14T06:13:09.341Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:13:09.342Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:13:09.342Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:13.731Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:13.731Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:13:13.732Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"96b869e0-d730-4d28-86f3-46e53f9da643","serviceName":"basic_onboard_PwdrBp","serviceVersion":"1.0","serviceUUID":"e4c255ae-765c-447d-9e21-1e7293dfec7d","serviceDescription":"service","serviceInvariantUUID":"453e7a79-5673-45a5-98be-b8769ea34857","resources":[{"resourceInstanceName":"basic_onboard_PwdrBp 0","resourceName":"basic_onboard_PwdrBp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e8a14dd0-0c5e-4689-a5be-1337351ddd1e","resourceInvariantUUID":"3580178e-91bb-40eb-a415-27f1c1d3801c","resourceCustomizationUUID":"31caee1e-7243-444f-8b48-021aa4372045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vf-license-model.xml","artifactChecksum":"ZDA0MzhlYTVjZTRlNDg0MjM2YmMzOTRmOTdkZTlmYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a428f458-888e-4b6e-a38e-fcc6130f0abc","artifactVersion":"1"},{"artifactName":"basic_onboard_pwdrbp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json","artifactChecksum":"NWFjYTQ4MDFkZTQzMTllODNkMTBjYmYwNTA3ZTA0OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1160f73-f2e5-4b8c-9d45-12a2c315c642","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0c96822b-1dc7-4074-a75a-6b88b8a46763","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"048bc0c8-0790-4150-94bb-bf2bdbccc1aa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6b7d7f9e-2b29-49c6-a9ea-734d5499d372","artifactVersion":"2","generatedFromUUID":"0c96822b-1dc7-4074-a75a-6b88b8a46763"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPwdrbp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-template.yml","artifactChecksum":"ZWNmOGE0OWFkNTFlNjIxODlkMDQwNWJkNWNiYTYyMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5802cb5-fdc7-4260-a842-12e5f3a7972c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPwdrbp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar","artifactChecksum":"ZWY4YzU4ZDQ0ZjA2NDNkNjMyMDZmZWVlYjg4MTlmOGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf20daa1-fdcc-4a2d-99ce-fe4a06677bd6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-14T06:13:13.734Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:13:13.735Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:13:13.737Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:13:13.737Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406389341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:13:13.837Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:13:13.838Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:13:13.838Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:13.849Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:13.850Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:13:14.737Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:13:14.738Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:13:14.740Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:13:14.740Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406389341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json", "status": "NOTIFIED" } 2022-11-14T06:13:14.840Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:13:14.841Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:13:14.841Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:14.851Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:14.851Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:13:15.741Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:13:15.741Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:13:15.743Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:13:15.743Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406389341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-14T06:13:15.844Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:13:15.845Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:13:15.845Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:15.855Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:15.856Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:13:16.744Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:13:16.745Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:13:16.747Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:13:16.747Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406389341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:13:16.848Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:13:16.848Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:13:16.848Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:16.859Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:16.860Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:13:17.748Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:13:17.749Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:13:17.752Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:13:17.753Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406389341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-14T06:13:17.852Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:13:17.853Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:13:17.853Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:17.866Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:17.867Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:13:18.753Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:13:18.754Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:13:18.756Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:13:18.757Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406389341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:13:18.857Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:13:18.857Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:13:18.857Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:18.871Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:18.872Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:13:19.757Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:13:19.758Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:13:19.760Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:13:19.760Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406389341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:13:19.860Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:13:19.861Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:13:19.861Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:19.873Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:19.873Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:13:20.762Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "serviceName": "basic_onboard_PwdrBp", "serviceVersion": "1.0", "serviceUUID": "e4c255ae-765c-447d-9e21-1e7293dfec7d", "serviceDescription": "service", "serviceInvariantUUID": "453e7a79-5673-45a5-98be-b8769ea34857", "resources": [ { "resourceInstanceName": "basic_onboard_PwdrBp 0", "resourceCustomizationUUID": "31caee1e-7243-444f-8b48-021aa4372045", "resourceName": "basic_onboard_PwdrBp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e8a14dd0-0c5e-4689-a5be-1337351ddd1e", "resourceInvariantUUID": "3580178e-91bb-40eb-a415-27f1c1d3801c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_pwdrbp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json", "artifactChecksum": "NWFjYTQ4MDFkZTQzMTllODNkMTBjYmYwNTA3ZTA0OWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b1160f73-f2e5-4b8c-9d45-12a2c315c642", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0c96822b-1dc7-4074-a75a-6b88b8a46763", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6b7d7f9e-2b29-49c6-a9ea-734d5499d372", "generatedFromUUID": "0c96822b-1dc7-4074-a75a-6b88b8a46763" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6b7d7f9e-2b29-49c6-a9ea-734d5499d372", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardPwdrbp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "artifactChecksum": "ZWY4YzU4ZDQ0ZjA2NDNkNjMyMDZmZWVlYjg4MTlmOGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bf20daa1-fdcc-4a2d-99ce-fe4a06677bd6" } ], "workloadContext": "Production" } 2022-11-14T06:13:20.763Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-14T06:13:20.763Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e4c255ae-765c-447d-9e21-1e7293dfec7d ASDC 2022-11-14T06:13:20.764Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:96b869e0-d730-4d28-86f3-46e53f9da643 ServiceName:basic_onboard_PwdrBp ServiceVersion:1.0 ServiceUUID:e4c255ae-765c-447d-9e21-1e7293dfec7d ServiceInvariantUUID:453e7a79-5673-45a5-98be-b8769ea34857 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardPwdrbp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar ArtifactUUID:bf20daa1-fdcc-4a2d-99ce-fe4a06677bd6 ArtifactChecksum:ZWY4YzU4ZDQ0ZjA2NDNkNjMyMDZmZWVlYjg4MTlmOGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_PwdrBp 0 ResourceCustomizationUUID:31caee1e-7243-444f-8b48-021aa4372045 ResourceInvariantUUID:3580178e-91bb-40eb-a415-27f1c1d3801c ResourceName:basic_onboard_PwdrBp ResourceType:VF ResourceUUID:e8a14dd0-0c5e-4689-a5be-1337351ddd1e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_pwdrbp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json ArtifactUUID:b1160f73-f2e5-4b8c-9d45-12a2c315c642 ArtifactChecksum:NWFjYTQ4MDFkZTQzMTllODNkMTBjYmYwNTA3ZTA0OWI= 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/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml ArtifactUUID:0c96822b-1dc7-4074-a75a-6b88b8a46763 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/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env ArtifactUUID:6b7d7f9e-2b29-49c6-a9ea-734d5499d372 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/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env ArtifactUUID:6b7d7f9e-2b29-49c6-a9ea-734d5499d372 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-14T06:13:20.764Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4c255ae-765c-447d-9e21-1e7293dfec7d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-14T06:13:20.795Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:13:20.796Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-14T06:13:20.796Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-14T06:13:20.796Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bf20daa1-fdcc-4a2d-99ce-fe4a06677bd6 from URL: /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar 2022-11-14T06:13:20.796Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-14T06:13:20.797Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar 2022-11-14T06:13:20.946Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-14T06:13:20.950Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar bf20daa1-fdcc-4a2d-99ce-fe4a06677bd6 75296 2022-11-14T06:13:20.950Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar ASDC sendASDCNotification 2022-11-14T06:13:20.950Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar 2022-11-14T06:13:20.950Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:13:20.950Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:13:20.952Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:13:20.953Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406400950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:13:21.053Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:13:21.054Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:13:21.054Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:21.064Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:21.065Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:13:21.953Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:13:21.955Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-14T06:13:21.956Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bf20daa1-fdcc-4a2d-99ce-fe4a06677bd6, URL: /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar to file: /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar 2022-11-14T06:13:21.956Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPwdrbp-csar.csar 2022-11-14T06:13:21.957Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar 2022-11-14T06:13:21.957Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar 2022-11-14T06:13:22.080Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP463028890365425576/Definitions/service-BasicOnboardPwdrbp-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_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-11-14T06:13:23.259Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-14T06:13:23.259Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-14T06:13:23.259Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar 2022-11-14T06:13:23.260Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-14T06:13:23.260Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar 2022-11-14T06:13:23.260Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar 2022-11-14T06:13:23.260Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PwdrBp 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar 2022-11-14T06:13:23.260Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar 2022-11-14T06:13:23.260Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar 2022-11-14T06:13:23.261Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar 2022-11-14T06:13:23.261Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar 2022-11-14T06:13:23.261Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-14T06:13:23.261Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:23.262Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:13:23.262Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria 2022-11-14T06:13:23.262Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-14T06:13:23.262Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:13:23.263Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:23.263Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:13:23.263Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria 2022-11-14T06:13:23.263Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-14T06:13:23.264Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:13:23.264Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:23.264Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:13:23.265Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:23.265Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is not matching search criteria 2022-11-14T06:13:23.265Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-14T06:13:23.265Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-14T06:13:23.265Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-14T06:13:23.266Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-14T06:13:23.266Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-14T06:13:23.266Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:23.266Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-14T06:13:23.267Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:23.267Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria 2022-11-14T06:13:23.267Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:13:23.268Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:23.268Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria 2022-11-14T06:13:23.268Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:13:23.268Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:23.268Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria 2022-11-14T06:13:23.268Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:13:23.269Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:23.269Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is not matching search criteria 2022-11-14T06:13:23.269Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-14T06:13:23.269Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-14T06:13:23.270Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9052947e-0d92-47d7-bd5c-f43a3e6bcac5 2022-11-14T06:13:23.270Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:23.270Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:13:23.270Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:23.270Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:13:23.271Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:23.271Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:13:23.271Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:23.271Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:13:23.272Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_PwdrBp Description:service Model UUID:e4c255ae-765c-447d-9e21-1e7293dfec7d Model Version:NULL Model InvariantUuid:453e7a79-5673-45a5-98be-b8769ea34857 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_PwdrBp Model UUID:c1aa3226-ce62-4969-9d9c-457c3e2b3c8f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3580178e-91bb-40eb-a415-27f1c1d3801c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:31caee1e-7243-444f-8b48-021aa4372045 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5cd03f05-0e25-454e-b197-b3eb9667ed89 ModelName:BasicOnboardPwdrbp..base_ubuntu18..module-0 ModelUuid:29c48cbf-e7e2-4ec9-a4d5-439256a855ee ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9052947e-0d92-47d7-bd5c-f43a3e6bcac5 ModelInvariantUuid:70ca226d-0e42-41a1-a056-f7c9fb1d8a0d ModelName:basic_onboard_PwdrBp-nodes.ubuntu18Cvfc ModelUuid:f4cb4fa7-c0b2-4593-9e63-e136d1a22b66 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b4df5edb-8c86-424b-b9ce-e6a1e437ea28 ModelInvariantUuid:4b374a3f-675d-42a6-a3d3-c60611859a94 ModelName:BasicOnboardPwdrbp.compute.nodes.heat.ubuntu18 ModelUuid:a1e88563-49b7-4299-84de-dbd32c4a6675 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-14T06:13:23.279Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: e8a14dd0-0c5e-4689-a5be-1337351ddd1e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:13:23.281Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||basic_onboard_PwdrBp 0 2022-11-14T06:13:23.282Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e8a14dd0-0c5e-4689-a5be-1337351ddd1e 2022-11-14T06:13:23.282Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b1160f73-f2e5-4b8c-9d45-12a2c315c642 from URL: /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json 2022-11-14T06:13:23.282Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-14T06:13:23.282Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json 2022-11-14T06:13:23.331Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-14T06:13:23.332Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json b1160f73-f2e5-4b8c-9d45-12a2c315c642 798 2022-11-14T06:13:23.332Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json ASDC sendASDCNotification 2022-11-14T06:13:23.332Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json 2022-11-14T06:13:23.332Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:13:23.333Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:13:23.335Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:13:23.335Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406403332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:13:23.435Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:13:23.436Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:13:23.437Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:23.453Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:23.453Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:13:24.336Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPwdrbp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "5cd03f05-0e25-454e-b197-b3eb9667ed89", "vfModuleModelVersion": "1", "vfModuleModelUUID": "29c48cbf-e7e2-4ec9-a4d5-439256a855ee", "vfModuleModelCustomizationUUID": "aeba4801-4ab9-4b4f-9e01-39a965df0c01", "isBase": true, "artifacts": [ "0c96822b-1dc7-4074-a75a-6b88b8a46763", "6b7d7f9e-2b29-49c6-a9ea-734d5499d372" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-14T06:13:24.342Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPwdrbp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:29c48cbf-e7e2-4ec9-a4d5-439256a855ee VfModuleModelInvariantUUID:5cd03f05-0e25-454e-b197-b3eb9667ed89 VfModuleModelDescription:NULL Artifacts UUID List:{ 0c96822b-1dc7-4074-a75a-6b88b8a46763 , 6b7d7f9e-2b29-49c6-a9ea-734d5499d372 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-14T06:13:24.344Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPwdrbp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "5cd03f05-0e25-454e-b197-b3eb9667ed89", "vfModuleModelVersion": "1", "vfModuleModelUUID": "29c48cbf-e7e2-4ec9-a4d5-439256a855ee", "vfModuleModelCustomizationUUID": "aeba4801-4ab9-4b4f-9e01-39a965df0c01", "isBase": true, "artifacts": [ "0c96822b-1dc7-4074-a75a-6b88b8a46763", "6b7d7f9e-2b29-49c6-a9ea-734d5499d372" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-14T06:13:24.345Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPwdrbp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:29c48cbf-e7e2-4ec9-a4d5-439256a855ee VfModuleModelInvariantUUID:5cd03f05-0e25-454e-b197-b3eb9667ed89 VfModuleModelDescription:NULL Artifacts UUID List:{ 0c96822b-1dc7-4074-a75a-6b88b8a46763 , 6b7d7f9e-2b29-49c6-a9ea-734d5499d372 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-14T06:13:24.345Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0c96822b-1dc7-4074-a75a-6b88b8a46763 from URL: /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml 2022-11-14T06:13:24.345Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-14T06:13:24.345Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml 2022-11-14T06:13:24.395Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-14T06:13:24.395Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml 0c96822b-1dc7-4074-a75a-6b88b8a46763 5033 2022-11-14T06:13:24.395Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-14T06:13:24.396Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml 2022-11-14T06:13:24.396Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:13:24.396Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:13:24.398Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:13:24.398Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406404395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:13:24.498Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:13:24.499Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:13:24.499Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:24.512Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:24.512Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:13:25.399Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6b7d7f9e-2b29-49c6-a9ea-734d5499d372 from URL: /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env 2022-11-14T06:13:25.399Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-14T06:13:25.400Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env 2022-11-14T06:13:25.452Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-14T06:13:25.452Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env 6b7d7f9e-2b29-49c6-a9ea-734d5499d372 909 2022-11-14T06:13:25.453Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-14T06:13:25.453Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env 2022-11-14T06:13:25.453Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:13:25.453Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:13:25.456Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:13:25.456Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406405453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:13:25.556Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:13:25.556Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:13:25.557Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:25.569Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:25.569Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:13:26.456Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e4c255ae-765c-447d-9e21-1e7293dfec7d 2022-11-14T06:13:26.457Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PwdrBp 0 e8a14dd0-0c5e-4689-a5be-1337351ddd1e ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:13:26.502Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ff2c21b, org.onap.sdc.toscaparser.api.parameters.Input@7b75435c, org.onap.sdc.toscaparser.api.parameters.Input@3328b6c0, org.onap.sdc.toscaparser.api.parameters.Input@7c0dabfd, org.onap.sdc.toscaparser.api.parameters.Input@15065c7d] 2022-11-14T06:13:26.504Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:26.504Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:13:26.504Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-11-14T06:13:26.505Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 31caee1e-7243-444f-8b48-021aa4372045 2022-11-14T06:13:26.505Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 31caee1e-7243-444f-8b48-021aa4372045 matches Tosca VF Customization UUID: 31caee1e-7243-444f-8b48-021aa4372045 2022-11-14T06:13:26.505Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 31caee1e-7243-444f-8b48-021aa4372045 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-14T06:13:26.508Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:26.508Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:13:26.509Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 31caee1e-7243-444f-8b48-021aa4372045: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-14T06:13:26.509Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2313a527 2022-11-14T06:13:26.509Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:26.510Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-14T06:13:26.510Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aeba4801-4ab9-4b4f-9e01-39a965df0c01 2022-11-14T06:13:26.511Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aeba4801-4ab9-4b4f-9e01-39a965df0c01 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-14T06:13:26.513Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:26.514Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria 2022-11-14T06:13:26.514Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:13:26.515Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:26.515Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria 2022-11-14T06:13:26.515Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:13:26.515Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:26.516Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is not matching search criteria 2022-11-14T06:13:26.516Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-14T06:13:26.516Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-14T06:13:26.517Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9052947e-0d92-47d7-bd5c-f43a3e6bcac5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-14T06:13:26.519Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:26.519Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria 2022-11-14T06:13:26.520Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:13:26.520Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:26.521Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria 2022-11-14T06:13:26.521Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0] matching following query criteria: sdcType=VF, customizationUUID=31caee1e-7243-444f-8b48-021aa4372045 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:13:26.523Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:26.523Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:13:26.524Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e4c255ae-765c-447d-9e21-1e7293dfec7d: basic_onboard_PwdrBp 2022-11-14T06:13:26.524Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:26.524Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:13:26.524Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:26.525Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:13:26.525Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:26.525Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:13:26.526Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:26.526Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:13:26.527Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:13:26.527Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:13:26.527Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_PwdrBp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:13:26.621Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PwdrBp e8a14dd0-0c5e-4689-a5be-1337351ddd1e 1 ASDC deployResourceStructure 2022-11-14T06:13:26.623Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json ASDC sendASDCNotification 2022-11-14T06:13:26.623Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json 2022-11-14T06:13:26.624Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:13:26.624Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:13:26.628Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:13:26.628Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406406623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:13:26.727Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-14T06:13:26.728Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:13:26.729Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:26.744Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:26.744Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:13:27.630Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-14T06:13:27.630Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml 2022-11-14T06:13:27.630Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:13:27.631Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:13:27.633Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:13:27.633Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406407629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-14T06:13:27.733Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:13:27.733Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:13:27.734Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:27.744Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:27.744Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:13:28.634Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-14T06:13:28.634Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env 2022-11-14T06:13:28.634Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:13:28.635Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:13:28.637Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:13:28.637Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406408634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-14T06:13:28.737Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:13:28.738Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:13:28.738Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:28.747Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:28.747Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:13:29.638Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar ASDC sendASDCNotification 2022-11-14T06:13:29.638Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar 2022-11-14T06:13:29.638Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:13:29.638Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:13:29.640Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:13:29.640Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406409638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:13:29.740Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:13:29.741Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:13:29.742Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:13:29.755Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:13:29.755Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:13:30.641Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96b869e0-d730-4d28-86f3-46e53f9da643 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:13:30.653Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96b869e0-d730-4d28-86f3-46e53f9da643 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:13:30.656Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:13:30.656Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-14T06:13:30.656Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-14T06:13:30.657Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-14T06:13:30.657Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:13:30.657Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:13:30.657Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:13:30.658Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:13:30.658Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:13:30.658Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:13:30.664Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-14T06:13:59.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:13:59.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:13:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:14:00.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:14:00.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:14:00.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406389341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:14:00.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-14T06:14:00.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:14:00.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406389341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json", "status": "NOTIFIED" } 2022-11-14T06:14:00.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-14T06:14:00.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:14:00.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406389341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-14T06:14:00.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-14T06:14:00.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:14:00.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406389341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:14:00.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-14T06:14:00.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:14:00.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406389341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-14T06:14:00.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-14T06:14:00.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:14:00.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406389341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:14:00.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-14T06:14:00.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:14:00.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406389341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:14:00.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-14T06:14:00.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:14:00.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406400950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:14:00.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:14:00.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:14:00.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406403332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:14:00.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:14:00.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:14:00.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406404395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:14:00.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:14:00.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:14:00.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406405453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:14:00.245Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:14:00.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:14:00.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406406623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:14:00.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:14:00.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:14:00.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406407629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-14T06:14:00.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:14:00.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:14:00.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406408634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-14T06:14:00.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:14:00.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:14:00.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406409638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:14:00.248Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:14:00.664Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96b869e0-d730-4d28-86f3-46e53f9da643 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-14T06:14:00.672Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96b869e0-d730-4d28-86f3-46e53f9da643 and serviceModelVersionId: e4c255ae-765c-447d-9e21-1e7293dfec7d 2022-11-14T06:14:00.673Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 453e7a79-5673-45a5-98be-b8769ea34857 2022-11-14T06:14:00.674Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?depth=0 2022-11-14T06:14:00.678Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-14T06:14:00.757Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?depth=0|INFO|500||Invoke 2022-11-14T06:14:00.758Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[96b869e0-d730-4d28-86f3-46e53f9da643], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[783a5fe2-3903-45d5-ae8f-3e445b86f863], X-ECOMP-RequestID=[96b869e0-d730-4d28-86f3-46e53f9da643], X-TransactionId=[], X-ONAP-RequestID=[96b869e0-d730-4d28-86f3-46e53f9da643], Content-Type=[application/merge-patch+json]} 2022-11-14T06:14:00.783Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-14T06:14:00.948Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?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/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221114-06:14:01:846-44386], vertex-id=[180384], Content-Length=[0], Date=[Mon, 14 Nov 2022 06:14:01 GMT], Content-Type=[application/json]} 2022-11-14T06:14:00.948Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-14T06:14:00.949Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?depth=0|INFO|500||InvokeReturn 2022-11-14T06:14:00.949Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-14T06:14:00.950Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:14:00.954Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-14T06:14:00.955Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96b869e0-d730-4d28-86f3-46e53f9da643 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-14T06:14:00.955Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-14T06:14:00.955Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:14:00.957Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:14:00.957Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406440955, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:14:01.057Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:14:01.058Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:14:01.058Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:14:01.072Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:14:01.072Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-14T06:14:01.971Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:14:01.972Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:14:01.972Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:14:11.521Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:14:11.521Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:14:11.522Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:14:11.522Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:14:21.068Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:14:21.069Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:14:21.069Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:14:21.070Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:14:30.615Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:14:30.615Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:14:30.616Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:14:30.616Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:14:40.156Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:14:59.605Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:14:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:14:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:14:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:14:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:14:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:15:00.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:15:00.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-14T06:15:00.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668406440955, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:15:00.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:15:09.165Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:15:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:15:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:15:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:15:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:15:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:15:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:16:09.163Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:16:09.162Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:16:59.605Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:16:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:16:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:16:59.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:16:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:16:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:17:09.146Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:17:09.176Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:17:59.605Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:17:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:17:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:17:59.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:17:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:17:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:18:09.166Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:18:09.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:18:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:18:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:18:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:18:59.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:18:59.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:18:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:19:09.162Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:19:09.165Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:19:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:19:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:19:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:19:59.608Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:19:59.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:19:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:20:09.163Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:20:09.163Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:20:59.606Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:20:59.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:20:59.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:20:59.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:20:59.608Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:20:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:21:09.180Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:21:09.181Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:21:59.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:21:59.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:21:59.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:21:59.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:21:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:21:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:22:09.158Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:22:09.166Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:22:59.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:22:59.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:22:59.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:22:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:22:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:22:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:23:09.164Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:23:09.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:23:59.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:23:59.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:23:59.606Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:23:59.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:23:59.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:23:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:24:00.237Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:24:00.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:24:00.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:24:00.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:24:00.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "ves-openapi-manager", "timestamp": 1668407026419, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:24:00.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d6fe004-a1d3-4ab3-9378-258b0c1d1c56","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"66d0c2ac-a464-41d1-82ec-e0fc922a7adc","serviceDescription":"service","serviceInvariantUUID":"dbfa3b9b-fa47-4cbc-a969-498ac2058743","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f81d067d-12a2-434b-84c7-6d2c49327829","resourceInvariantUUID":"03112fef-a586-4230-8afd-b154e1bf16f3","resourceCustomizationUUID":"048a90c2-e3d8-43a4-8cd6-f8e0b8456a07","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":"YTkwOTRjODEzNTRlNDJhMGQ5YTVjNzAyYTMzMGQwNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76c62e31-efda-4bd0-8870-2990f675c022","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yzc3OGMzOWRmN2Q5ZTgwZmEzZjE4YjY3NTRiMzk1NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"368645ae-b7ef-43aa-b1de-57a614bf60e8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-14T06:24:00.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:24:00.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:24:00.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "multicloud-k8s-id", "timestamp": 1668407035444, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:24:00.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:24:00.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:24:00.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "cds", "timestamp": 1668407028281, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:24:00.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:24:00.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:24:00.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "aai-ml", "timestamp": 1668407036418, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:24:00.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:24:00.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:24:00.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "ves-openapi-manager", "timestamp": 1668407026419, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:24:00.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:24:00.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:24:00.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "multicloud-k8s-id", "timestamp": 1668407035444, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:24:00.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:24:00.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:24:00.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "cds", "timestamp": 1668407028281, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:24:00.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:24:00.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:24:00.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "aai-ml", "timestamp": 1668407036418, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:24:00.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:24:00.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:24:00.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "cds", "timestamp": 1668407037252, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:24:00.243Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:24:00.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:24:00.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "aai-ml", "timestamp": 1668407039145, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:24:00.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:24:00.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:24:00.244Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:24:00.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "cds", "timestamp": 1668407038259, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-11-14T06:24:00.245Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:24:00.249Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:24:00.249Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407039605, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:24:00.276Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 2022-11-14T06:24:00.276Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:24:00.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:24:00.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407039160, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:24:00.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:24:00.349Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:24:00.350Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:24:00.350Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:24:00.373Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:24:00.374Z||pool-35-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:24:01.250Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:24:01.250Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:24:01.252Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:24:01.252Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407039605, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:24:01.352Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:24:01.353Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:24:01.353Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:24:01.371Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:24:01.372Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:24:02.253Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "66d0c2ac-a464-41d1-82ec-e0fc922a7adc", "serviceDescription": "service", "serviceInvariantUUID": "dbfa3b9b-fa47-4cbc-a969-498ac2058743", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "048a90c2-e3d8-43a4-8cd6-f8e0b8456a07", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "f81d067d-12a2-434b-84c7-6d2c49327829", "resourceInvariantUUID": "03112fef-a586-4230-8afd-b154e1bf16f3", "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": "Yzc3OGMzOWRmN2Q5ZTgwZmEzZjE4YjY3NTRiMzk1NmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "368645ae-b7ef-43aa-b1de-57a614bf60e8" } ], "workloadContext": "Production" } 2022-11-14T06:24:02.253Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-14T06:24:02.254Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 66d0c2ac-a464-41d1-82ec-e0fc922a7adc ASDC 2022-11-14T06:24:02.254Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:66d0c2ac-a464-41d1-82ec-e0fc922a7adc ServiceInvariantUUID:dbfa3b9b-fa47-4cbc-a969-498ac2058743 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:368645ae-b7ef-43aa-b1de-57a614bf60e8 ArtifactChecksum:Yzc3OGMzOWRmN2Q5ZTgwZmEzZjE4YjY3NTRiMzk1NmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:048a90c2-e3d8-43a4-8cd6-f8e0b8456a07 ResourceInvariantUUID:03112fef-a586-4230-8afd-b154e1bf16f3 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:f81d067d-12a2-434b-84c7-6d2c49327829 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-14T06:24:02.254Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66d0c2ac-a464-41d1-82ec-e0fc922a7adc ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-14T06:24:02.281Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:24:02.282Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-14T06:24:02.283Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-14T06:24:02.283Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 368645ae-b7ef-43aa-b1de-57a614bf60e8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-14T06:24:02.283Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-14T06:24:02.283Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-14T06:24:02.350Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-14T06:24:02.352Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 368645ae-b7ef-43aa-b1de-57a614bf60e8 57665 2022-11-14T06:24:02.353Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-14T06:24:02.353Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-14T06:24:02.353Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:24:02.353Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:24:02.355Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:24:02.355Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407042353, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:24:02.456Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-14T06:24:02.458Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:24:02.458Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:24:02.471Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:24:02.471Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:24:03.355Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:24:03.356Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-14T06:24:03.357Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 368645ae-b7ef-43aa-b1de-57a614bf60e8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-14T06:24:03.357Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-14T06:24:03.358Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-14T06:24:03.358Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-14T06:24:03.610Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11686509761810646438/Definitions/service-BasicNetwork-template.yml 2022-11-14T06:24:04.198Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-14T06:24:04.199Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-14T06:24:04.199Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-14T06:24:04.199Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-14T06:24:04.199Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-14T06:24:04.199Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-14T06:24:04.200Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-14T06:24:04.200Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-14T06:24:04.200Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-14T06:24:04.200Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-14T06:24:04.200Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-14T06:24:04.200Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-14T06:24:04.201Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-14T06:24:04.201Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:24:04.201Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:24:04.202Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-14T06:24:04.202Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-14T06:24:04.202Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:24:04.202Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:24:04.202Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:24:04.203Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-14T06:24:04.203Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-14T06:24:04.203Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:24:04.203Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:24:04.203Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:24:04.204Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:24:04.204Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:24:04.205Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:24:04.205Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:24:04.205Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:24:04.205Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:24:04.205Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:24:04.206Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:24:04.206Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:66d0c2ac-a464-41d1-82ec-e0fc922a7adc Model Version:NULL Model InvariantUuid:dbfa3b9b-fa47-4cbc-a969-498ac2058743 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:03112fef-a586-4230-8afd-b154e1bf16f3 Model UUID:b5be1c2c-0229-4f85-b699-590cdbf7255b Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:048a90c2-e3d8-43a4-8cd6-f8e0b8456a07 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-14T06:24:04.212Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: f81d067d-12a2-434b-84c7-6d2c49327829 2022-11-14T06:24:04.212Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||No resources found for Service: 66d0c2ac-a464-41d1-82ec-e0fc922a7adc Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:24:04.218Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500|| 2022-11-14T06:24:04.218Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-14T06:24:04.219Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 66d0c2ac-a464-41d1-82ec-e0fc922a7adc 2022-11-14T06:24:04.219Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 66d0c2ac-a464-41d1-82ec-e0fc922a7adc 2022-11-14T06:24:04.219Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-14T06:24:04.220Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:24:04.223Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ff5b34a, org.onap.sdc.toscaparser.api.parameters.Input@415d1d79, org.onap.sdc.toscaparser.api.parameters.Input@4a86374c, org.onap.sdc.toscaparser.api.parameters.Input@22d30795, org.onap.sdc.toscaparser.api.parameters.Input@706e8f66] 2022-11-14T06:24:04.224Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:24:04.224Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:24:04.225Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:24:04.225Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:24:04.225Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 66d0c2ac-a464-41d1-82ec-e0fc922a7adc: Generic NeutronNet 2022-11-14T06:24:04.226Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:24:04.226Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:24:04.226Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:24:04.226Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-11-14T06:24:04.260Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:24:04.260Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:24:04.261Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:24:04.261Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:24:04.261Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:24:04.261Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:24:04.262Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-14T06:24:04.305Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-14T06:24:04.305Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-14T06:24:04.305Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-14T06:24:04.305Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:24:04.306Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:24:04.308Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:24:04.308Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407044305, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:24:04.408Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:24:04.409Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:24:04.409Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:24:04.418Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:24:04.419Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:24:05.309Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:24:05.319Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:24:05.321Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:24:05.321Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:24:05.321Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:24:35.322Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:24:35.331Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:24:35.333Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:24:35.333Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:24:35.333Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:24:59.608Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:24:59.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:24:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:24:59.734Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:24:59.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:24:59.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407039160, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:24:59.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:05.333Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:25:05.343Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:25:05.347Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:25:05.348Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:25:05.348Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:25:35.348Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:25:35.361Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:25:35.362Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:25:35.363Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:25:35.363Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:25:59.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:25:59.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:25:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:25:59.650Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:25:59.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407039605, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407039605, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:25:59.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407041976, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:25:59.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "aai-ml", "timestamp": 1668407043156, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:25:59.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407042353, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:25:59.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407043716, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:25:59.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "aai-ml", "timestamp": 1668407044160, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:25:59.664Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 2022-11-14T06:25:59.664Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:25:59.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407044720, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:25:59.676Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 2022-11-14T06:25:59.676Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:25:59.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407044305, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:25:59.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "cds", "timestamp": 1668407058281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "multicloud-k8s-id", "timestamp": 1668407055444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "cds", "timestamp": 1668407058281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "multicloud-k8s-id", "timestamp": 1668407055444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-14T06:25:59.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "aai-ml", "timestamp": 1668407066418, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "cds", "timestamp": 1668407058281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "multicloud-k8s-id", "timestamp": 1668407055444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-14T06:25:59.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "ves-openapi-manager", "timestamp": 1668407066420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "aai-ml", "timestamp": 1668407066418, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "cds", "timestamp": 1668407058281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "multicloud-k8s-id", "timestamp": 1668407055444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-14T06:25:59.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "ves-openapi-manager", "timestamp": 1668407066420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "aai-ml", "timestamp": 1668407066418, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "cds", "timestamp": 1668407058281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "multicloud-k8s-id", "timestamp": 1668407055444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-14T06:25:59.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "ves-openapi-manager", "timestamp": 1668407066420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "aai-ml", "timestamp": 1668407066418, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "cds", "timestamp": 1668407058281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "multicloud-k8s-id", "timestamp": 1668407055444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407069160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "ves-openapi-manager", "timestamp": 1668407066420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "aai-ml", "timestamp": 1668407066418, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "cds", "timestamp": 1668407058281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "multicloud-k8s-id", "timestamp": 1668407055444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-14T06:25:59.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407069160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "ves-openapi-manager", "timestamp": 1668407066420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "aai-ml", "timestamp": 1668407066418, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "cds", "timestamp": 1668407058281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "multicloud-k8s-id", "timestamp": 1668407055444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407069160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "ves-openapi-manager", "timestamp": 1668407066420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "aai-ml", "timestamp": 1668407066418, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "cds", "timestamp": 1668407058281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:25:59.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "multicloud-k8s-id", "timestamp": 1668407055444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:25:59.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407069160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "ves-openapi-manager", "timestamp": 1668407066420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "aai-ml", "timestamp": 1668407066418, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407069160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "multicloud-k8s-id", "timestamp": 1668407074318, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:25:59.709Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "cds", "timestamp": 1668407073144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:25:59.710Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "ves-openapi-manager", "timestamp": 1668407066420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "aai-ml", "timestamp": 1668407066418, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:25:59.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407069160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "cds", "timestamp": 1668407074154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:25:59.726Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d9b947bb-a70f-4560-898e-023ee6b67199 2022-11-14T06:25:59.726Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9b947bb-a70f-4560-898e-023ee6b67199 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:25:59.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "multicloud-k8s-id", "timestamp": 1668407075382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-14T06:25:59.733Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "ves-openapi-manager", "timestamp": 1668407066420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "aai-ml", "timestamp": 1668407076154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:25:59.735Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407069160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "multicloud-k8s-id", "timestamp": 1668407076431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:25:59.736Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407069160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "multicloud-k8s-id", "timestamp": 1668407077478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:25:59.737Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407069160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:25:59.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "multicloud-k8s-id", "timestamp": 1668407078537, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:25:59.743Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9b947bb-a70f-4560-898e-023ee6b67199 2022-11-14T06:25:59.743Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9b947bb-a70f-4560-898e-023ee6b67199 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:25:59.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407078942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:25:59.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "multicloud-k8s-id", "timestamp": 1668407079541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:25:59.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407081255, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:25:59.754Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407082260, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:25:59.759Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d9b947bb-a70f-4560-898e-023ee6b67199 2022-11-14T06:25:59.759Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9b947bb-a70f-4560-898e-023ee6b67199 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:25:59.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "aai-ml", "timestamp": 1668407082936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:25:59.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "multicloud-k8s-id", "timestamp": 1668407080548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "cds", "timestamp": 1668407075158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "aai-ml", "timestamp": 1668407083940, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:25:59.773Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d9b947bb-a70f-4560-898e-023ee6b67199 2022-11-14T06:25:59.773Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9b947bb-a70f-4560-898e-023ee6b67199 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:25:59.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "multicloud-k8s-id", "timestamp": 1668407080548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-14T06:25:59.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "cds", "timestamp": 1668407075158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "multicloud-k8s-id", "timestamp": 1668407080548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-14T06:25:59.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "cds", "timestamp": 1668407075158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "cds", "timestamp": 1668407075158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "multicloud-k8s-id", "timestamp": 1668407080548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "ves-openapi-manager", "timestamp": 1668407086420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "multicloud-k8s-id", "timestamp": 1668407080548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-14T06:25:59.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "cds", "timestamp": 1668407075158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "ves-openapi-manager", "timestamp": 1668407086420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "multicloud-k8s-id", "timestamp": 1668407080548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "cds", "timestamp": 1668407075158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "ves-openapi-manager", "timestamp": 1668407086420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "multicloud-k8s-id", "timestamp": 1668407080548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:25:59.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "cds", "timestamp": 1668407075158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:25:59.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "ves-openapi-manager", "timestamp": 1668407086420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "multicloud-k8s-id", "timestamp": 1668407090750, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:25:59.792Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "cds", "timestamp": 1668407089574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:25:59.793Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "ves-openapi-manager", "timestamp": 1668407086420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "cds", "timestamp": 1668407090580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:25:59.810Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e316d13-4d77-4353-ac77-b0a8708ef6ac 2022-11-14T06:25:59.810Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e316d13-4d77-4353-ac77-b0a8708ef6ac and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:25:59.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "multicloud-k8s-id", "timestamp": 1668407091807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:25:59.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "ves-openapi-manager", "timestamp": 1668407086420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "multicloud-k8s-id", "timestamp": 1668407092866, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:25:59.821Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "ves-openapi-manager", "timestamp": 1668407086420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "multicloud-k8s-id", "timestamp": 1668407093889, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:25:59.826Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e316d13-4d77-4353-ac77-b0a8708ef6ac 2022-11-14T06:25:59.826Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e316d13-4d77-4353-ac77-b0a8708ef6ac and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:25:59.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "multicloud-k8s-id", "timestamp": 1668407094892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:25:59.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:25:59.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "aai-ml", "timestamp": 1668407096418, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "aai-ml", "timestamp": 1668407096418, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "aai-ml", "timestamp": 1668407096418, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "aai-ml", "timestamp": 1668407096418, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:25:59.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:25:59.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407099160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:25:59.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:26:05.363Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:26:05.373Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:26:05.382Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-14T06:26:35.382Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-14T06:26:35.394Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 and serviceModelVersionId: 66d0c2ac-a464-41d1-82ec-e0fc922a7adc 2022-11-14T06:26:35.394Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dbfa3b9b-fa47-4cbc-a969-498ac2058743 2022-11-14T06:26:35.396Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?depth=0 2022-11-14T06:26:35.401Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-14T06:26:35.456Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?depth=0|INFO|500||Invoke 2022-11-14T06:26:35.456Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6d6fe004-a1d3-4ab3-9378-258b0c1d1c56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dedad059-3a56-4a99-a309-1a361ca49ec0], X-ECOMP-RequestID=[6d6fe004-a1d3-4ab3-9378-258b0c1d1c56], X-TransactionId=[], X-ONAP-RequestID=[6d6fe004-a1d3-4ab3-9378-258b0c1d1c56], Content-Type=[application/merge-patch+json]} 2022-11-14T06:26:35.479Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-14T06:26:35.570Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?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/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221114-06:26:36:615-5188], vertex-id=[192672], Content-Length=[0], Date=[Mon, 14 Nov 2022 06:26:36 GMT], Content-Type=[application/json]} 2022-11-14T06:26:35.570Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-14T06:26:35.571Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?depth=0|INFO|500||InvokeReturn 2022-11-14T06:26:35.572Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-14T06:26:35.572Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:26:35.577Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-14T06:26:35.578Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-14T06:26:35.578Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-14T06:26:35.579Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:35.581Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:35.581Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407195578, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:26:35.681Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:26:35.682Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:35.682Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:35.698Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:35.699Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-14T06:26:36.593Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:26:36.594Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:26:36.594Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:41.085Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:41.086Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:26:41.087Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d9b947bb-a70f-4560-898e-023ee6b67199","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4cebb79e-ed0c-48e1-b277-164a8372e213","serviceDescription":"service","serviceInvariantUUID":"33452aa2-b903-42ee-84f9-4ead85801ecc","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18764ca4-6445-4712-82d0-4ad8aca49550","resourceInvariantUUID":"1c7c80ee-7b0b-46b4-8db8-ec73fd75fc29","resourceCustomizationUUID":"e3cbf290-cafd-491c-81a5-17072e292ad2","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":"NWQ3MjYyZWI0YTVlOWVkM2RlZTQ2YTBkYjc1MTM0YTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"49f4584d-e626-4474-adfa-b9ebea1e585e","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":"8cc685fe-797f-4630-9dbe-531c75d86c63","artifactVersion":"2","generatedFromUUID":"e6b7ab7f-d270-4f8d-87d2-f4fc0c017491"},{"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":"e6b7ab7f-d270-4f8d-87d2-f4fc0c017491","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":"ODU0OTk0YjcxYzQzNTViZTgxYzU5NmI2MzhjODRlNGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd8dc46b-06d9-4eca-b41c-85ed7bc75d69","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":"1d2c9108-44b6-40d0-b411-0762900331fd","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":"3a4106ee-3339-45ed-9382-403258a6cc13","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":"fbd83907-1854-4214-9e11-a87ed63b09b6","artifactVersion":"2","generatedFromUUID":"1d2c9108-44b6-40d0-b411-0762900331fd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTI0NmQ5NTMxZWJkYWE1MTdkMWE3NTA5MWVlYTYxOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d4a05da-c3c0-4b5f-984e-1a6f13479bc6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"N2JjODZhYzAxY2VmOTdmZGQzMTI2OTliYzMxMjYwYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d2bbbb6-cb35-4420-b743-9d84d24ce4f6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-14T06:26:41.089Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:26:41.090Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:41.091Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:41.092Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:26:41.192Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:26:41.193Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:41.193Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:41.204Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:41.205Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:26:42.092Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:26:42.093Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:42.094Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:42.095Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-14T06:26:42.195Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:26:42.196Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:42.196Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:42.207Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:42.207Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:26:43.095Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:26:43.096Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:43.097Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:43.098Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-14T06:26:43.198Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:26:43.199Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:43.199Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:43.209Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:43.209Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:26:44.098Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:26:44.098Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:44.100Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:44.101Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-14T06:26:44.201Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:26:44.201Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:44.201Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:44.211Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:44.211Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:26:45.101Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:26:45.102Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:45.104Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:45.104Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-14T06:26:45.204Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:26:45.204Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:45.204Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:45.216Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:45.216Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:26:46.104Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:26:46.105Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:46.107Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:46.107Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:26:46.207Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:26:46.208Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:46.208Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:46.218Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:46.219Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:26:47.107Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:26:47.108Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:47.110Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:47.110Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-14T06:26:47.210Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:26:47.211Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:47.211Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:47.222Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:47.222Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:26:48.111Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:26:48.112Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:48.114Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:48.114Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:26:48.214Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:26:48.215Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:48.215Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:48.226Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:48.226Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:26:49.114Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:26:49.115Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:49.124Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:49.124Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:26:49.217Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-11-14T06:26:49.218Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:49.218Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:49.228Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:49.228Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:26:50.126Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "4cebb79e-ed0c-48e1-b277-164a8372e213", "serviceDescription": "service", "serviceInvariantUUID": "33452aa2-b903-42ee-84f9-4ead85801ecc", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "e3cbf290-cafd-491c-81a5-17072e292ad2", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18764ca4-6445-4712-82d0-4ad8aca49550", "resourceInvariantUUID": "1c7c80ee-7b0b-46b4-8db8-ec73fd75fc29", "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": "8cc685fe-797f-4630-9dbe-531c75d86c63", "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": "e6b7ab7f-d270-4f8d-87d2-f4fc0c017491", "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": "ODU0OTk0YjcxYzQzNTViZTgxYzU5NmI2MzhjODRlNGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bd8dc46b-06d9-4eca-b41c-85ed7bc75d69", "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": "1d2c9108-44b6-40d0-b411-0762900331fd", "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": "fbd83907-1854-4214-9e11-a87ed63b09b6", "generatedFromUUID": "1d2c9108-44b6-40d0-b411-0762900331fd" }, "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": "fbd83907-1854-4214-9e11-a87ed63b09b6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "N2JjODZhYzAxY2VmOTdmZGQzMTI2OTliYzMxMjYwYzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2d2bbbb6-cb35-4420-b743-9d84d24ce4f6" } ], "workloadContext": "Production" } 2022-11-14T06:26:50.126Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-14T06:26:50.127Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4cebb79e-ed0c-48e1-b277-164a8372e213 ASDC 2022-11-14T06:26:50.127Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:d9b947bb-a70f-4560-898e-023ee6b67199 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:4cebb79e-ed0c-48e1-b277-164a8372e213 ServiceInvariantUUID:33452aa2-b903-42ee-84f9-4ead85801ecc 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:2d2bbbb6-cb35-4420-b743-9d84d24ce4f6 ArtifactChecksum:N2JjODZhYzAxY2VmOTdmZGQzMTI2OTliYzMxMjYwYzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:e3cbf290-cafd-491c-81a5-17072e292ad2 ResourceInvariantUUID:1c7c80ee-7b0b-46b4-8db8-ec73fd75fc29 ResourceName:basic_cnf ResourceType:VF ResourceUUID:18764ca4-6445-4712-82d0-4ad8aca49550 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:8cc685fe-797f-4630-9dbe-531c75d86c63 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:e6b7ab7f-d270-4f8d-87d2-f4fc0c017491 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:bd8dc46b-06d9-4eca-b41c-85ed7bc75d69 ArtifactChecksum:ODU0OTk0YjcxYzQzNTViZTgxYzU5NmI2MzhjODRlNGM= 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:1d2c9108-44b6-40d0-b411-0762900331fd 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:fbd83907-1854-4214-9e11-a87ed63b09b6 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:fbd83907-1854-4214-9e11-a87ed63b09b6 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-14T06:26:50.127Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4cebb79e-ed0c-48e1-b277-164a8372e213 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-14T06:26:50.159Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:26:50.159Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-14T06:26:50.159Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-14T06:26:50.160Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2d2bbbb6-cb35-4420-b743-9d84d24ce4f6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-14T06:26:50.160Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-14T06:26:50.160Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-14T06:26:50.223Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-14T06:26:50.226Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2d2bbbb6-cb35-4420-b743-9d84d24ce4f6 73693 2022-11-14T06:26:50.226Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-14T06:26:50.226Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-14T06:26:50.226Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:26:50.227Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:50.228Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:50.229Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407210226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:26:50.329Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:26:50.332Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:50.332Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:50.343Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:50.343Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:26:51.229Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:26:51.230Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-14T06:26:51.230Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2d2bbbb6-cb35-4420-b743-9d84d24ce4f6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-14T06:26:51.231Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-14T06:26:51.231Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-14T06:26:51.231Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-14T06:26:51.342Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5893878771328162015/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-11-14T06:26:52.508Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-14T06:26:52.509Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-14T06:26:52.509Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-14T06:26:52.509Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-14T06:26:52.509Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-14T06:26:52.509Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-14T06:26:52.510Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-14T06:26:52.510Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-14T06:26:52.510Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-14T06:26:52.510Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:52.510Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:26:52.511Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-14T06:26:52.511Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-14T06:26:52.511Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:26:52.511Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:52.512Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:26:52.512Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-14T06:26:52.512Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-14T06:26:52.512Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:26:52.512Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:52.513Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:26:52.513Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:52.513Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-14T06:26:52.513Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-14T06:26:52.513Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-14T06:26:52.514Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-14T06:26:52.514Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:52.514Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-14T06:26:52.514Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:52.514Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-14T06:26:52.515Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:26:52.515Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:52.515Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-14T06:26:52.515Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:26:52.516Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:52.516Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-14T06:26:52.516Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:26:52.516Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:52.516Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-14T06:26:52.517Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-14T06:26:52.517Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f986f849-7d58-443c-a683-5d8de02dbafa 2022-11-14T06:26:52.517Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:52.517Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:26:52.517Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:52.517Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:26:52.518Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:52.518Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:26:52.518Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:52.518Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:26:52.518Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:4cebb79e-ed0c-48e1-b277-164a8372e213 Model Version:NULL Model InvariantUuid:33452aa2-b903-42ee-84f9-4ead85801ecc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:99304dd4-07ba-4a03-ae59-f1d04e91b350 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1c7c80ee-7b0b-46b4-8db8-ec73fd75fc29 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e3cbf290-cafd-491c-81a5-17072e292ad2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7d56b8b5-55bb-4336-84a1-1179fdc46abe ModelName:BasicCnf..base_dummy..module-0 ModelUuid:931f26c3-e8d1-4f8b-82ed-bffd11d72def ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f986f849-7d58-443c-a683-5d8de02dbafa ModelInvariantUuid:cadf71b7-d918-4807-99fb-6c1348cf5272 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:18fdf619-f153-4bb0-93aa-51d88b22066b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:7ef5528b-c5e2-4989-9fca-d20c324fb510 ModelInvariantUuid:8db33d52-714c-4bbf-8932-096eb9a9bcf1 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:56d63255-7c68-455c-b70c-a696668b8536 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-14T06:26:52.523Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 18764ca4-6445-4712-82d0-4ad8aca49550 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:26:52.525Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-11-14T06:26:52.525Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18764ca4-6445-4712-82d0-4ad8aca49550 2022-11-14T06:26:52.525Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8cc685fe-797f-4630-9dbe-531c75d86c63 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-14T06:26:52.525Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-14T06:26:52.526Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-14T06:26:52.583Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-14T06:26:52.584Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 8cc685fe-797f-4630-9dbe-531c75d86c63 12 2022-11-14T06:26:52.584Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-14T06:26:52.584Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-14T06:26:52.584Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:26:52.585Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:52.586Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:52.586Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407212584, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:26:52.688Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-14T06:26:52.689Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:52.689Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:52.700Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:52.701Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:26:53.587Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e6b7ab7f-d270-4f8d-87d2-f4fc0c017491 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-14T06:26:53.588Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-14T06:26:53.588Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-14T06:26:53.634Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-14T06:26:53.634Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz e6b7ab7f-d270-4f8d-87d2-f4fc0c017491 2688 2022-11-14T06:26:53.634Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-14T06:26:53.634Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-14T06:26:53.635Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:26:53.635Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:53.637Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:53.637Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407213634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-14T06:26:53.737Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:26:53.738Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:53.738Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:53.751Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:53.751Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:26:54.638Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bd8dc46b-06d9-4eca-b41c-85ed7bc75d69 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-14T06:26:54.639Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-14T06:26:54.639Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-14T06:26:54.687Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-14T06:26:54.687Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json bd8dc46b-06d9-4eca-b41c-85ed7bc75d69 828 2022-11-14T06:26:54.688Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-14T06:26:54.688Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-14T06:26:54.688Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:26:54.688Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:54.690Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:54.690Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407214688, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:26:54.790Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:26:54.791Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:54.791Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:54.810Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:54.810Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:26:55.690Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "7d56b8b5-55bb-4336-84a1-1179fdc46abe", "vfModuleModelVersion": "1", "vfModuleModelUUID": "931f26c3-e8d1-4f8b-82ed-bffd11d72def", "vfModuleModelCustomizationUUID": "21432a56-2be5-4697-a83e-0b60e59f2fbe", "isBase": true, "artifacts": [ "e6b7ab7f-d270-4f8d-87d2-f4fc0c017491", "1d2c9108-44b6-40d0-b411-0762900331fd", "fbd83907-1854-4214-9e11-a87ed63b09b6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-14T06:26:55.695Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:931f26c3-e8d1-4f8b-82ed-bffd11d72def VfModuleModelInvariantUUID:7d56b8b5-55bb-4336-84a1-1179fdc46abe VfModuleModelDescription:NULL Artifacts UUID List:{ e6b7ab7f-d270-4f8d-87d2-f4fc0c017491 , 1d2c9108-44b6-40d0-b411-0762900331fd , fbd83907-1854-4214-9e11-a87ed63b09b6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-14T06:26:55.697Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "7d56b8b5-55bb-4336-84a1-1179fdc46abe", "vfModuleModelVersion": "1", "vfModuleModelUUID": "931f26c3-e8d1-4f8b-82ed-bffd11d72def", "vfModuleModelCustomizationUUID": "21432a56-2be5-4697-a83e-0b60e59f2fbe", "isBase": true, "artifacts": [ "e6b7ab7f-d270-4f8d-87d2-f4fc0c017491", "1d2c9108-44b6-40d0-b411-0762900331fd", "fbd83907-1854-4214-9e11-a87ed63b09b6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-14T06:26:55.697Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:931f26c3-e8d1-4f8b-82ed-bffd11d72def VfModuleModelInvariantUUID:7d56b8b5-55bb-4336-84a1-1179fdc46abe VfModuleModelDescription:NULL Artifacts UUID List:{ e6b7ab7f-d270-4f8d-87d2-f4fc0c017491 , 1d2c9108-44b6-40d0-b411-0762900331fd , fbd83907-1854-4214-9e11-a87ed63b09b6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-14T06:26:55.697Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1d2c9108-44b6-40d0-b411-0762900331fd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-14T06:26:55.697Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-14T06:26:55.697Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-14T06:26:55.747Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-14T06:26:55.747Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 1d2c9108-44b6-40d0-b411-0762900331fd 1164 2022-11-14T06:26:55.747Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-14T06:26:55.747Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-14T06:26:55.747Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:26:55.747Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:55.749Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:55.749Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407215747, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:26:55.850Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:26:55.851Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:55.851Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:55.863Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:55.864Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:26:56.750Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fbd83907-1854-4214-9e11-a87ed63b09b6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-14T06:26:56.751Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-14T06:26:56.751Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-14T06:26:56.821Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-14T06:26:56.821Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env fbd83907-1854-4214-9e11-a87ed63b09b6 200 2022-11-14T06:26:56.821Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-14T06:26:56.821Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-14T06:26:56.822Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:26:56.822Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:56.823Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:56.823Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407216821, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:26:56.924Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-14T06:26:56.925Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:56.925Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:56.937Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:56.937Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:26:57.824Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4cebb79e-ed0c-48e1-b277-164a8372e213 2022-11-14T06:26:57.824Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 18764ca4-6445-4712-82d0-4ad8aca49550 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-11-14T06:26:57.837Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:26:57.841Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c401c79, org.onap.sdc.toscaparser.api.parameters.Input@5f48952, org.onap.sdc.toscaparser.api.parameters.Input@30acf26d, org.onap.sdc.toscaparser.api.parameters.Input@6df077ae, org.onap.sdc.toscaparser.api.parameters.Input@61df0dbd] 2022-11-14T06:26:57.842Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:57.843Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:26:57.843Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-11-14T06:26:57.843Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e3cbf290-cafd-491c-81a5-17072e292ad2 2022-11-14T06:26:57.843Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e3cbf290-cafd-491c-81a5-17072e292ad2 matches Tosca VF Customization UUID: e3cbf290-cafd-491c-81a5-17072e292ad2 2022-11-14T06:26:57.844Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e3cbf290-cafd-491c-81a5-17072e292ad2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-14T06:26:57.846Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:57.846Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:26:57.847Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e3cbf290-cafd-491c-81a5-17072e292ad2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-14T06:26:57.847Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@798b436e 2022-11-14T06:26:57.847Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:57.848Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-14T06:26:57.848Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 21432a56-2be5-4697-a83e-0b60e59f2fbe 2022-11-14T06:26:57.848Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 21432a56-2be5-4697-a83e-0b60e59f2fbe Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-14T06:26:57.850Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:57.851Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-14T06:26:57.851Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:26:57.851Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:57.851Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-14T06:26:57.852Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:26:57.852Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:57.852Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-14T06:26:57.852Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-14T06:26:57.852Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f986f849-7d58-443c-a683-5d8de02dbafa Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-14T06:26:57.854Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:57.855Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-14T06:26:57.855Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:26:57.855Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:57.855Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-14T06:26:57.855Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e3cbf290-cafd-491c-81a5-17072e292ad2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:26:57.857Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:57.857Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:26:57.857Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4cebb79e-ed0c-48e1-b277-164a8372e213: basic_cnf 2022-11-14T06:26:57.857Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:57.858Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:26:57.858Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:57.858Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:26:57.858Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:57.858Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:26:57.859Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:57.859Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:26:57.859Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:26:57.859Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:26:57.859Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:26:57.911Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 18764ca4-6445-4712-82d0-4ad8aca49550 1 ASDC deployResourceStructure 2022-11-14T06:26:57.912Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-14T06:26:57.912Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-11-14T06:26:57.912Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-14T06:26:57.913Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:57.914Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:57.914Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407217912, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-14T06:26:58.014Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:26:58.015Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:58.016Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:58.027Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:58.028Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:26:58.915Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-14T06:26:58.916Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-14T06:26:58.916Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-14T06:26:58.916Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:58.918Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:58.918Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407218915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-14T06:26:59.018Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:26:59.019Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:26:59.019Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:59.033Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:59.033Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:26:59.608Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:26:59.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:26:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:26:59.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:26:59.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:26:59.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "aai-ml", "timestamp": 1668407096418, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:26:59.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:26:59.919Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-14T06:26:59.919Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-14T06:26:59.919Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:26:59.920Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:26:59.922Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:26:59.922Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407219918, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:27:00.026Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:27:00.027Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:00.027Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:00.040Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:00.040Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:27:00.923Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-14T06:27:00.924Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-14T06:27:00.924Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:27:00.924Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:00.928Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:00.928Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407220923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-14T06:27:01.028Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:27:01.029Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:01.029Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:01.063Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:01.063Z||pool-58-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:27:01.928Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-14T06:27:01.929Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-14T06:27:01.929Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:27:01.929Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:01.931Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:01.931Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407221928, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-14T06:27:02.031Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:27:02.032Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:02.033Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:02.046Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:02.046Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:27:02.932Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-14T06:27:02.932Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-14T06:27:02.933Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:27:02.933Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:02.935Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:02.935Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407222932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:27:03.035Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:27:03.036Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:03.036Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:03.049Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:03.050Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:27:03.937Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9b947bb-a70f-4560-898e-023ee6b67199 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:27:03.949Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9b947bb-a70f-4560-898e-023ee6b67199 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:27:03.953Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:27:03.953Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-14T06:27:03.953Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-14T06:27:03.953Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-14T06:27:03.953Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:27:03.953Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:27:03.953Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:27:03.953Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:27:03.953Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:27:03.954Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:27:03.958Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-14T06:27:33.958Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d9b947bb-a70f-4560-898e-023ee6b67199 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-14T06:27:33.966Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d9b947bb-a70f-4560-898e-023ee6b67199 and serviceModelVersionId: 4cebb79e-ed0c-48e1-b277-164a8372e213 2022-11-14T06:27:33.966Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33452aa2-b903-42ee-84f9-4ead85801ecc 2022-11-14T06:27:33.967Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33452aa2-b903-42ee-84f9-4ead85801ecc/model-vers/model-ver/4cebb79e-ed0c-48e1-b277-164a8372e213?depth=0 2022-11-14T06:27:33.972Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-14T06:27:34.023Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33452aa2-b903-42ee-84f9-4ead85801ecc/model-vers/model-ver/4cebb79e-ed0c-48e1-b277-164a8372e213?depth=0|INFO|500||Invoke 2022-11-14T06:27:34.024Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33452aa2-b903-42ee-84f9-4ead85801ecc/model-vers/model-ver/4cebb79e-ed0c-48e1-b277-164a8372e213?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33452aa2-b903-42ee-84f9-4ead85801ecc/model-vers/model-ver/4cebb79e-ed0c-48e1-b277-164a8372e213?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d9b947bb-a70f-4560-898e-023ee6b67199], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[84dc2469-2303-42f1-a0c0-94aa8fae603e], X-ECOMP-RequestID=[d9b947bb-a70f-4560-898e-023ee6b67199], X-TransactionId=[], X-ONAP-RequestID=[d9b947bb-a70f-4560-898e-023ee6b67199], Content-Type=[application/merge-patch+json]} 2022-11-14T06:27:34.047Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33452aa2-b903-42ee-84f9-4ead85801ecc/model-vers/model-ver/4cebb79e-ed0c-48e1-b277-164a8372e213?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-14T06:27:34.210Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33452aa2-b903-42ee-84f9-4ead85801ecc/model-vers/model-ver/4cebb79e-ed0c-48e1-b277-164a8372e213?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/33452aa2-b903-42ee-84f9-4ead85801ecc/model-vers/model-ver/4cebb79e-ed0c-48e1-b277-164a8372e213?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221114-06:27:35:189-53787], vertex-id=[245936], Content-Length=[0], Date=[Mon, 14 Nov 2022 06:27:35 GMT], Content-Type=[application/json]} 2022-11-14T06:27:34.210Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33452aa2-b903-42ee-84f9-4ead85801ecc/model-vers/model-ver/4cebb79e-ed0c-48e1-b277-164a8372e213?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-14T06:27:34.211Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33452aa2-b903-42ee-84f9-4ead85801ecc/model-vers/model-ver/4cebb79e-ed0c-48e1-b277-164a8372e213?depth=0|INFO|500||InvokeReturn 2022-11-14T06:27:34.211Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-14T06:27:34.212Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:27:34.216Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-14T06:27:34.217Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d9b947bb-a70f-4560-898e-023ee6b67199 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-14T06:27:34.217Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-14T06:27:34.217Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:34.219Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:34.219Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407254217, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:27:34.320Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:27:34.321Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:34.321Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:34.334Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:34.335Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-14T06:27:35.234Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:27:35.234Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e316d13-4d77-4353-ac77-b0a8708ef6ac","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c9d8b14e-5b31-4179-9c63-a08fd967b7c5","serviceDescription":"service","serviceInvariantUUID":"8b8f0b16-5d34-47f8-97d3-214773ad9248","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e2e247dc-3dc7-4ba6-a660-bbfd14080e53","resourceInvariantUUID":"9245e74d-528b-4206-85ef-baec43d9e5a4","resourceCustomizationUUID":"93a021b0-f456-49a8-a4a0-e8f9a0ae70ae","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":"YWU3M2QxNGMwMjEzOWQ1MGFjY2VhYWRmOTU1ZjYxNjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4becbec4-d7a6-4fe8-8bad-191fdb1e7f35","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":"YWI4YzY0ZTYxOGM4MDg2OWRhODQyNWIwMGZjOWEzNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6a56bafe-837d-4605-beb2-9022453a0f51","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":"08e8aa99-992d-4880-9cf6-4e62efec775e","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":"e764278d-d7b9-4907-af34-1ae0e1ecf87c","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":"51062e40-de69-4ed6-ae85-96188d4f6a09","artifactVersion":"2","generatedFromUUID":"08e8aa99-992d-4880-9cf6-4e62efec775e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzdhMWRhZGFlZTQxYjAyZjQ2NzIwYTgwMTFmNzI5Y2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b1f15bd1-b23e-4a55-8043-d4e8858f2952","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjRhYWVkZWQyOGZhOTk2ZjFjNGEyYWQ4NTI3YmVjZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12e766d6-5043-46a9-aa45-4c9234f0e719","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-14T06:27:35.234Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:27:35.235Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:35.237Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:35.237Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:35.337Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:27:35.338Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:35.338Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:35.348Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:35.349Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:27:36.238Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:27:36.239Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:36.241Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:36.241Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-14T06:27:36.341Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:27:36.342Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:36.342Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:36.352Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:36.352Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:27:37.242Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:27:37.242Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:37.245Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:37.245Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-14T06:27:37.345Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:27:37.346Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:37.346Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:37.356Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:37.356Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:27:38.245Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:27:38.246Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:38.249Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:38.250Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:38.350Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:27:38.351Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:38.351Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:38.368Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:38.368Z||pool-65-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:27:39.250Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:27:39.251Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:39.253Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:39.253Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-14T06:27:39.353Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:27:39.354Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:39.354Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:39.366Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:39.366Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:27:40.253Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:27:40.254Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:40.256Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:40.256Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:40.356Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:27:40.359Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:40.360Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:40.374Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:40.375Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:27:41.257Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:27:41.258Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:41.260Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:41.260Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:27:41.360Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:27:41.361Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:41.361Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:41.371Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:41.372Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:27:42.261Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "c9d8b14e-5b31-4179-9c63-a08fd967b7c5", "serviceDescription": "service", "serviceInvariantUUID": "8b8f0b16-5d34-47f8-97d3-214773ad9248", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "93a021b0-f456-49a8-a4a0-e8f9a0ae70ae", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e2e247dc-3dc7-4ba6-a660-bbfd14080e53", "resourceInvariantUUID": "9245e74d-528b-4206-85ef-baec43d9e5a4", "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": "YWI4YzY0ZTYxOGM4MDg2OWRhODQyNWIwMGZjOWEzNzc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6a56bafe-837d-4605-beb2-9022453a0f51", "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": "08e8aa99-992d-4880-9cf6-4e62efec775e", "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": "51062e40-de69-4ed6-ae85-96188d4f6a09", "generatedFromUUID": "08e8aa99-992d-4880-9cf6-4e62efec775e" }, "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": "51062e40-de69-4ed6-ae85-96188d4f6a09", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZjRhYWVkZWQyOGZhOTk2ZjFjNGEyYWQ4NTI3YmVjZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "12e766d6-5043-46a9-aa45-4c9234f0e719" } ], "workloadContext": "Production" } 2022-11-14T06:27:42.261Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-14T06:27:42.261Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c9d8b14e-5b31-4179-9c63-a08fd967b7c5 ASDC 2022-11-14T06:27:42.262Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:8e316d13-4d77-4353-ac77-b0a8708ef6ac ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:c9d8b14e-5b31-4179-9c63-a08fd967b7c5 ServiceInvariantUUID:8b8f0b16-5d34-47f8-97d3-214773ad9248 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:12e766d6-5043-46a9-aa45-4c9234f0e719 ArtifactChecksum:ZjRhYWVkZWQyOGZhOTk2ZjFjNGEyYWQ4NTI3YmVjZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:93a021b0-f456-49a8-a4a0-e8f9a0ae70ae ResourceInvariantUUID:9245e74d-528b-4206-85ef-baec43d9e5a4 ResourceName:basic_vm ResourceType:VF ResourceUUID:e2e247dc-3dc7-4ba6-a660-bbfd14080e53 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:6a56bafe-837d-4605-beb2-9022453a0f51 ArtifactChecksum:YWI4YzY0ZTYxOGM4MDg2OWRhODQyNWIwMGZjOWEzNzc= 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:08e8aa99-992d-4880-9cf6-4e62efec775e 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:51062e40-de69-4ed6-ae85-96188d4f6a09 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:51062e40-de69-4ed6-ae85-96188d4f6a09 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-14T06:27:42.263Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9d8b14e-5b31-4179-9c63-a08fd967b7c5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-14T06:27:42.290Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:27:42.291Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-14T06:27:42.291Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-14T06:27:42.291Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 12e766d6-5043-46a9-aa45-4c9234f0e719 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-14T06:27:42.291Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-14T06:27:42.292Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-14T06:27:42.395Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-14T06:27:42.399Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 12e766d6-5043-46a9-aa45-4c9234f0e719 74823 2022-11-14T06:27:42.400Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-14T06:27:42.400Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-14T06:27:42.400Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:27:42.400Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:42.402Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:42.402Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407262400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:27:42.502Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:27:42.503Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:42.503Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:42.518Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:42.519Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:27:43.402Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:27:43.403Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-14T06:27:43.404Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 12e766d6-5043-46a9-aa45-4c9234f0e719, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-14T06:27:43.404Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-14T06:27:43.404Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-14T06:27:43.405Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-14T06:27:43.568Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4213661146701749177/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-14T06:27:44.692Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-14T06:27:44.692Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-14T06:27:44.692Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-14T06:27:44.692Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-14T06:27:44.693Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-14T06:27:44.693Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-14T06:27:44.693Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-14T06:27:44.693Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-14T06:27:44.693Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-14T06:27:44.693Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-14T06:27:44.693Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-14T06:27:44.694Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-14T06:27:44.694Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:44.694Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:27:44.694Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-14T06:27:44.694Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-14T06:27:44.695Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:27:44.695Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:44.695Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:27:44.695Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-14T06:27:44.695Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-14T06:27:44.696Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:27:44.696Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:44.696Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:27:44.696Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:44.696Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-14T06:27:44.697Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-14T06:27:44.697Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-14T06:27:44.697Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-14T06:27:44.697Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-14T06:27:44.697Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-14T06:27:44.697Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:44.698Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-14T06:27:44.698Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:44.698Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-14T06:27:44.698Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:27:44.698Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:44.698Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-14T06:27:44.699Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:27:44.699Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:44.699Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-14T06:27:44.699Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:27:44.699Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:44.699Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-14T06:27:44.700Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-14T06:27:44.700Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-14T06:27:44.700Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d72b4c91-1750-49d1-b589-986c7ee1e8cd 2022-11-14T06:27:44.700Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:44.700Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:27:44.700Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:44.701Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:27:44.701Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:44.701Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:27:44.701Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:44.701Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:27:44.701Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:c9d8b14e-5b31-4179-9c63-a08fd967b7c5 Model Version:NULL Model InvariantUuid:8b8f0b16-5d34-47f8-97d3-214773ad9248 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:5a03bcb9-dc52-46a1-91a6-dc3a26fffab9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9245e74d-528b-4206-85ef-baec43d9e5a4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:93a021b0-f456-49a8-a4a0-e8f9a0ae70ae NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fab0cf97-8283-43da-b9e8-f489d4100bed ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:ab6df37a-8281-4a99-91fd-a0095767c102 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d72b4c91-1750-49d1-b589-986c7ee1e8cd ModelInvariantUuid:8b72f4db-2ea1-4d80-b83f-298c4e123454 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:cca00286-19ca-4ac4-8146-87c1bf27d4aa ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:78302384-dc36-43ef-95db-0a7629bc5873 ModelInvariantUuid:fa3b2b13-9087-42e1-b69e-d50c3e945ec3 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:f7902f8a-52d5-4f25-b448-855c5aa3cf7a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-14T06:27:44.706Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e2e247dc-3dc7-4ba6-a660-bbfd14080e53 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:27:44.713Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||basic_vm 0 2022-11-14T06:27:44.713Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e2e247dc-3dc7-4ba6-a660-bbfd14080e53 2022-11-14T06:27:44.713Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6a56bafe-837d-4605-beb2-9022453a0f51 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-14T06:27:44.713Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-14T06:27:44.714Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-14T06:27:44.789Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-14T06:27:44.789Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6a56bafe-837d-4605-beb2-9022453a0f51 787 2022-11-14T06:27:44.789Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-14T06:27:44.789Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-14T06:27:44.790Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:27:44.790Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:44.792Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:44.792Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407264789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:27:44.892Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:27:44.892Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:44.892Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:44.902Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:44.902Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:27:45.792Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fab0cf97-8283-43da-b9e8-f489d4100bed", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ab6df37a-8281-4a99-91fd-a0095767c102", "vfModuleModelCustomizationUUID": "b8c408a5-2136-4067-8476-563ca39e91b7", "isBase": true, "artifacts": [ "08e8aa99-992d-4880-9cf6-4e62efec775e", "51062e40-de69-4ed6-ae85-96188d4f6a09" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-14T06:27:45.795Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ab6df37a-8281-4a99-91fd-a0095767c102 VfModuleModelInvariantUUID:fab0cf97-8283-43da-b9e8-f489d4100bed VfModuleModelDescription:NULL Artifacts UUID List:{ 08e8aa99-992d-4880-9cf6-4e62efec775e , 51062e40-de69-4ed6-ae85-96188d4f6a09 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-14T06:27:45.797Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fab0cf97-8283-43da-b9e8-f489d4100bed", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ab6df37a-8281-4a99-91fd-a0095767c102", "vfModuleModelCustomizationUUID": "b8c408a5-2136-4067-8476-563ca39e91b7", "isBase": true, "artifacts": [ "08e8aa99-992d-4880-9cf6-4e62efec775e", "51062e40-de69-4ed6-ae85-96188d4f6a09" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-14T06:27:45.797Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ab6df37a-8281-4a99-91fd-a0095767c102 VfModuleModelInvariantUUID:fab0cf97-8283-43da-b9e8-f489d4100bed VfModuleModelDescription:NULL Artifacts UUID List:{ 08e8aa99-992d-4880-9cf6-4e62efec775e , 51062e40-de69-4ed6-ae85-96188d4f6a09 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-14T06:27:45.797Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 08e8aa99-992d-4880-9cf6-4e62efec775e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-14T06:27:45.798Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-14T06:27:45.798Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-14T06:27:45.844Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-14T06:27:45.844Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 08e8aa99-992d-4880-9cf6-4e62efec775e 5033 2022-11-14T06:27:45.845Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-14T06:27:45.845Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-14T06:27:45.845Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:27:45.845Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:45.846Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:45.847Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407265845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:27:45.947Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:27:45.947Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:45.948Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:45.958Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:45.958Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:27:46.847Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 51062e40-de69-4ed6-ae85-96188d4f6a09 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-14T06:27:46.847Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-14T06:27:46.848Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-14T06:27:46.900Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-14T06:27:46.901Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 51062e40-de69-4ed6-ae85-96188d4f6a09 903 2022-11-14T06:27:46.901Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-14T06:27:46.901Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-14T06:27:46.901Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:27:46.901Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:46.904Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:46.904Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407266901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:27:47.004Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:27:47.004Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:47.005Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:47.016Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:47.017Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:27:47.904Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c9d8b14e-5b31-4179-9c63-a08fd967b7c5 2022-11-14T06:27:47.905Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e2e247dc-3dc7-4ba6-a660-bbfd14080e53 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:27:47.914Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d18a711, org.onap.sdc.toscaparser.api.parameters.Input@b3be084, org.onap.sdc.toscaparser.api.parameters.Input@13d8d15a, org.onap.sdc.toscaparser.api.parameters.Input@5d99128, org.onap.sdc.toscaparser.api.parameters.Input@7d018ead] 2022-11-14T06:27:47.915Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:47.915Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:27:47.915Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-11-14T06:27:47.915Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 93a021b0-f456-49a8-a4a0-e8f9a0ae70ae 2022-11-14T06:27:47.916Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 93a021b0-f456-49a8-a4a0-e8f9a0ae70ae matches Tosca VF Customization UUID: 93a021b0-f456-49a8-a4a0-e8f9a0ae70ae 2022-11-14T06:27:47.916Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 93a021b0-f456-49a8-a4a0-e8f9a0ae70ae matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-14T06:27:47.917Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:47.917Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:27:47.918Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 93a021b0-f456-49a8-a4a0-e8f9a0ae70ae: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-14T06:27:47.918Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35f4a64b 2022-11-14T06:27:47.918Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:47.918Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-14T06:27:47.918Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b8c408a5-2136-4067-8476-563ca39e91b7 2022-11-14T06:27:47.918Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b8c408a5-2136-4067-8476-563ca39e91b7 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-14T06:27:47.920Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:47.920Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-14T06:27:47.920Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:27:47.920Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:47.921Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-14T06:27:47.921Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:27:47.921Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:47.921Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-14T06:27:47.921Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-14T06:27:47.922Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-14T06:27:47.922Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d72b4c91-1750-49d1-b589-986c7ee1e8cd Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-14T06:27:47.923Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:47.923Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-14T06:27:47.923Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:27:47.924Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:47.924Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-14T06:27:47.924Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=93a021b0-f456-49a8-a4a0-e8f9a0ae70ae Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:27:47.925Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:47.925Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:27:47.925Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c9d8b14e-5b31-4179-9c63-a08fd967b7c5: basic_vm 2022-11-14T06:27:47.926Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:47.926Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:27:47.926Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:47.926Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:27:47.926Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:47.926Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:27:47.927Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:47.927Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:27:47.927Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:27:47.927Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:27:47.928Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:27:47.982Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e2e247dc-3dc7-4ba6-a660-bbfd14080e53 1 ASDC deployResourceStructure 2022-11-14T06:27:47.982Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-14T06:27:47.983Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-14T06:27:47.983Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:27:47.983Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:47.985Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:47.985Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407267982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:27:48.085Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:27:48.086Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:48.086Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:48.111Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:48.112Z||pool-73-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:27:48.986Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-14T06:27:48.987Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-14T06:27:48.987Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:27:48.987Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:48.988Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:48.989Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407268986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-14T06:27:49.089Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:27:49.090Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:49.090Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:49.104Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:49.104Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:27:49.989Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-14T06:27:49.990Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-14T06:27:49.990Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:27:49.990Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:49.992Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:49.992Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407269989, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-14T06:27:50.092Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:27:50.093Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:50.093Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:50.104Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:50.105Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:27:50.993Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-14T06:27:50.994Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-14T06:27:50.994Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:27:50.994Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:27:50.996Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:27:50.996Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407270993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:27:51.096Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:27:51.097Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:27:51.097Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:51.108Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:51.109Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:27:51.997Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e316d13-4d77-4353-ac77-b0a8708ef6ac Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:27:52.006Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e316d13-4d77-4353-ac77-b0a8708ef6ac Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:27:52.008Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:27:52.008Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:27:52.008Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:27:59.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:27:59.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:27:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:27:59.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:27:59.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407099160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "cds", "timestamp": 1668407091584, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "multicloud-k8s-id", "timestamp": 1668407095896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "aai-ml", "timestamp": 1668407096418, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407099160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "multicloud-k8s-id", "timestamp": 1668407095896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "cds", "timestamp": 1668407091584, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "aai-ml", "timestamp": 1668407096418, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:27:59.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407099160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "cds", "timestamp": 1668407091584, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "multicloud-k8s-id", "timestamp": 1668407095896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "aai-ml", "timestamp": 1668407104147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:27:59.638Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:27:59.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407099160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "multicloud-k8s-id", "timestamp": 1668407095896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "cds", "timestamp": 1668407091584, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407099160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "multicloud-k8s-id", "timestamp": 1668407095896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "cds", "timestamp": 1668407091584, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407099160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:27:59.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "multicloud-k8s-id", "timestamp": 1668407095896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "cds", "timestamp": 1668407091584, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407106904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:27:59.643Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:27:59.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "ves-openapi-manager", "timestamp": 1668407106419, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "multicloud-k8s-id", "timestamp": 1668407095896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "cds", "timestamp": 1668407091584, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "ves-openapi-manager", "timestamp": 1668407106419, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "cds", "timestamp": 1668407091584, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:27:59.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "multicloud-k8s-id", "timestamp": 1668407095896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:27:59.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "ves-openapi-manager", "timestamp": 1668407106419, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407109150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:27:59.647Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:27:59.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "cds", "timestamp": 1668407108491, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:27:59.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:27:59.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "ves-openapi-manager", "timestamp": 1668407106419, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407110154, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:27:59.656Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e316d13-4d77-4353-ac77-b0a8708ef6ac 2022-11-14T06:27:59.656Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e316d13-4d77-4353-ac77-b0a8708ef6ac and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:27:59.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "cds", "timestamp": 1668407109497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:27:59.683Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 67325741-7cd0-4fc8-89e2-3ce7093bb340 2022-11-14T06:27:59.683Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67325741-7cd0-4fc8-89e2-3ce7093bb340 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:27:59.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "aai-ml", "timestamp": 1668407110971, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:27:59.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:27:59.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "ves-openapi-manager", "timestamp": 1668407106419, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "aai-ml", "timestamp": 1668407111975, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:27:59.697Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e316d13-4d77-4353-ac77-b0a8708ef6ac 2022-11-14T06:27:59.697Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e316d13-4d77-4353-ac77-b0a8708ef6ac and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:27:59.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "ves-openapi-manager", "timestamp": 1668407106419, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-14T06:27:59.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "ves-openapi-manager", "timestamp": 1668407106419, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "ves-openapi-manager", "timestamp": 1668407106419, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "ves-openapi-manager", "timestamp": 1668407115218, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:27:59.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:27:59.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "ves-openapi-manager", "timestamp": 1668407116391, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-14T06:27:59.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:27:59.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "ves-openapi-manager", "timestamp": 1668407117394, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:27:59.711Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 67325741-7cd0-4fc8-89e2-3ce7093bb340 2022-11-14T06:27:59.711Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67325741-7cd0-4fc8-89e2-3ce7093bb340 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:27:59.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "aai-ml", "timestamp": 1668407126418, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "aai-ml", "timestamp": 1668407126418, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "aai-ml", "timestamp": 1668407126418, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "aai-ml", "timestamp": 1668407126418, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407129160, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "aai-ml", "timestamp": 1668407126418, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407129160, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "aai-ml", "timestamp": 1668407126418, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407129160, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "aai-ml", "timestamp": 1668407126418, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407129160, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "aai-ml", "timestamp": 1668407126418, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:27:59.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407129160, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "aai-ml", "timestamp": 1668407135152, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:27:59.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:27:59.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407129160, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407129160, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:27:59.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407129160, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:27:59.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-14T06:27:59.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407137904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:27:59.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:27:59.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "aai-ml", "timestamp": 1668407140056, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:27:59.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:27:59.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407139863, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:27:59.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:27:59.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "aai-ml", "timestamp": 1668407141061, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:27:59.734Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 67325741-7cd0-4fc8-89e2-3ce7093bb340 2022-11-14T06:27:59.734Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67325741-7cd0-4fc8-89e2-3ce7093bb340 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:27:59.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:27:59.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407140888, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:27:59.746Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 67325741-7cd0-4fc8-89e2-3ce7093bb340 2022-11-14T06:27:59.746Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67325741-7cd0-4fc8-89e2-3ce7093bb340 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:28:22.009Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e316d13-4d77-4353-ac77-b0a8708ef6ac Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:28:22.019Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e316d13-4d77-4353-ac77-b0a8708ef6ac Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:28:22.021Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:28:22.021Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-14T06:28:22.021Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-14T06:28:22.021Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-14T06:28:22.022Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:28:22.022Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:28:22.022Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:28:22.022Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:28:22.022Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:28:22.022Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:28:22.026Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-14T06:28:52.027Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e316d13-4d77-4353-ac77-b0a8708ef6ac and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-14T06:28:52.046Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e316d13-4d77-4353-ac77-b0a8708ef6ac and serviceModelVersionId: c9d8b14e-5b31-4179-9c63-a08fd967b7c5 2022-11-14T06:28:52.046Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b8f0b16-5d34-47f8-97d3-214773ad9248 2022-11-14T06:28:52.047Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b8f0b16-5d34-47f8-97d3-214773ad9248/model-vers/model-ver/c9d8b14e-5b31-4179-9c63-a08fd967b7c5?depth=0 2022-11-14T06:28:52.052Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-14T06:28:52.123Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b8f0b16-5d34-47f8-97d3-214773ad9248/model-vers/model-ver/c9d8b14e-5b31-4179-9c63-a08fd967b7c5?depth=0|INFO|500||Invoke 2022-11-14T06:28:52.123Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b8f0b16-5d34-47f8-97d3-214773ad9248/model-vers/model-ver/c9d8b14e-5b31-4179-9c63-a08fd967b7c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b8f0b16-5d34-47f8-97d3-214773ad9248/model-vers/model-ver/c9d8b14e-5b31-4179-9c63-a08fd967b7c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e316d13-4d77-4353-ac77-b0a8708ef6ac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b52cf033-6533-4100-904c-2d9e8b91f04e], X-ECOMP-RequestID=[8e316d13-4d77-4353-ac77-b0a8708ef6ac], X-TransactionId=[], X-ONAP-RequestID=[8e316d13-4d77-4353-ac77-b0a8708ef6ac], Content-Type=[application/merge-patch+json]} 2022-11-14T06:28:52.145Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b8f0b16-5d34-47f8-97d3-214773ad9248/model-vers/model-ver/c9d8b14e-5b31-4179-9c63-a08fd967b7c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-14T06:28:52.232Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b8f0b16-5d34-47f8-97d3-214773ad9248/model-vers/model-ver/c9d8b14e-5b31-4179-9c63-a08fd967b7c5?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/8b8f0b16-5d34-47f8-97d3-214773ad9248/model-vers/model-ver/c9d8b14e-5b31-4179-9c63-a08fd967b7c5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221114-06:28:53:295-52618], vertex-id=[245896], Content-Length=[0], Date=[Mon, 14 Nov 2022 06:28:53 GMT], Content-Type=[application/json]} 2022-11-14T06:28:52.232Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b8f0b16-5d34-47f8-97d3-214773ad9248/model-vers/model-ver/c9d8b14e-5b31-4179-9c63-a08fd967b7c5?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-14T06:28:52.233Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b8f0b16-5d34-47f8-97d3-214773ad9248/model-vers/model-ver/c9d8b14e-5b31-4179-9c63-a08fd967b7c5?depth=0|INFO|500||InvokeReturn 2022-11-14T06:28:52.233Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-14T06:28:52.233Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:28:52.237Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-14T06:28:52.238Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e316d13-4d77-4353-ac77-b0a8708ef6ac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-14T06:28:52.238Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-14T06:28:52.238Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:28:52.241Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:28:52.241Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407332238, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:28:52.341Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:28:52.342Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:28:52.342Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:28:52.359Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:28:52.360Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-14T06:28:53.254Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:28:53.254Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"67325741-7cd0-4fc8-89e2-3ce7093bb340","serviceName":"Demo_pNF_1RCNTQe03B2hO4MLGyQm","serviceVersion":"1.0","serviceUUID":"9aeab79c-c7f7-49e6-997f-842aa3b7ee88","serviceDescription":"catalog service description","serviceInvariantUUID":"69bde1d9-278b-419d-b4dc-2a1ce7fa49f7","resources":[{"resourceInstanceName":"pNF 680ecc3b-6ea7 0","resourceName":"pNF 680ecc3b-6ea7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"645301a6-286e-4c44-8028-7adc6c6078ea","resourceInvariantUUID":"a8729f3f-5539-45ea-8863-d016c90b4697","resourceCustomizationUUID":"cf21d503-2597-4932-bca2-4239321dd2dc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/vf-license-model.xml","artifactChecksum":"MWMyNDQwNzA0NmUwNWJlNDM5ZmRjYWI2YzFjMGU3MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"31db61a7-180f-40da-ae5a-aa0e4f4d3e56","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/pNF.csar","artifactChecksum":"NzhjZWRhNjUzMzMyYWFjZjE2N2U5ZjkxOGNlZmY5Y2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"84bb5008-e429-4a19-9294-c21ea72d62d7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4dd9fb34-0b11-48bd-93b5-f33881b4c622","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/vendor-license-model.xml","artifactChecksum":"NzAyODQ0Y2JkZWU4ZjVlOGNjOTM3YzQyNzdhMDQxZDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1635967a-1a99-449b-9a2c-0f79b4c7057d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5dbb9e3-ad06-4f75-9b23-e17db5ae19ae","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2700c3f1-2ef3-4edb-8e7d-8fd3d3ca821d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1rcntqe03b2ho4mlgyqm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-template.yml","artifactChecksum":"NjdmOGUzOTFiOGUxMzJkMWFkYWEwMGI2ZTZlZDVmZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d02acf6a-3e37-478d-aae3-6c2d736d74fe","artifactVersion":"1"},{"artifactName":"service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar","artifactChecksum":"N2QwMDE4NzAzNWQ1YjdhZGM5NWM3NTc0Y2VkZGZkYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fad04af7-9c12-46ed-8ea3-fe439ca191dd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-14T06:28:53.255Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:28:53.255Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:28:53.257Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:28:53.257Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:28:53.357Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:28:53.358Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:28:53.358Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:28:53.369Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:28:53.369Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:28:54.258Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:28:54.259Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:28:54.260Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:28:54.261Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:28:54.361Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:28:54.362Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:28:54.362Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:28:54.391Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:28:54.392Z||pool-79-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:28:55.261Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:28:55.262Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:28:55.264Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:28:55.264Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:28:55.365Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-14T06:28:55.366Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:28:55.366Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:28:55.378Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:28:55.379Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:28:56.265Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:28:56.266Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:28:56.268Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:28:56.268Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:28:56.368Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:28:56.369Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:28:56.369Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:28:56.382Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:28:56.383Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:28:57.269Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:28:57.270Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:28:57.273Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:28:57.273Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:28:57.373Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:28:57.374Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:28:57.374Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:28:57.384Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:28:57.385Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:28:58.273Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:28:58.274Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:28:58.277Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:28:58.277Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:28:58.377Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:28:58.378Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:28:58.378Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:28:58.390Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:28:58.390Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:28:59.277Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:28:59.278Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:28:59.280Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:28:59.280Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:28:59.380Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:28:59.381Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:28:59.381Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:28:59.392Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:28:59.393Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:28:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:28:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:28:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:28:59.637Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:28:59.638Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.638Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407195578, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:28:59.639Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:28:59.639Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.639Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:28:59.640Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:28:59.640Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.640Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-14T06:28:59.640Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:28:59.640Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.640Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-14T06:28:59.640Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:28:59.641Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.641Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-14T06:28:59.641Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:28:59.641Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.641Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-14T06:28:59.641Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:28:59.642Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.642Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:28:59.642Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:28:59.642Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.642Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-14T06:28:59.642Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:28:59.643Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.643Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:28:59.643Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:28:59.643Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.643Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:28:59.643Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:28:59.643Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.644Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407210226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:28:59.644Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:28:59.644Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.644Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407212584, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:28:59.644Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:28:59.644Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.644Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407213634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-14T06:28:59.645Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:28:59.645Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.645Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407214688, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:28:59.645Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:28:59.645Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.645Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407215747, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:28:59.646Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:28:59.646Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.646Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407216821, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:28:59.646Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:28:59.646Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.646Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407217912, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-14T06:28:59.647Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:28:59.647Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:28:59.647Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407218915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-14T06:28:59.647Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:29:00.284Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:29:00.285Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:29:00.288Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:29:00.288Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:29:00.387Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-14T06:29:00.388Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:29:00.388Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:29:00.403Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:29:00.403Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:29:01.290Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "serviceName": "Demo_pNF_1RCNTQe03B2hO4MLGyQm", "serviceVersion": "1.0", "serviceUUID": "9aeab79c-c7f7-49e6-997f-842aa3b7ee88", "serviceDescription": "catalog service description", "serviceInvariantUUID": "69bde1d9-278b-419d-b4dc-2a1ce7fa49f7", "resources": [ { "resourceInstanceName": "pNF 680ecc3b-6ea7 0", "resourceCustomizationUUID": "cf21d503-2597-4932-bca2-4239321dd2dc", "resourceName": "pNF 680ecc3b-6ea7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "645301a6-286e-4c44-8028-7adc6c6078ea", "resourceInvariantUUID": "a8729f3f-5539-45ea-8863-d016c90b4697", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "artifactChecksum": "N2QwMDE4NzAzNWQ1YjdhZGM5NWM3NTc0Y2VkZGZkYzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fad04af7-9c12-46ed-8ea3-fe439ca191dd" } ], "workloadContext": "Production" } 2022-11-14T06:29:01.290Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-14T06:29:01.290Z|8e316d13-4d77-4353-ac77-b0a8708ef6ac|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9aeab79c-c7f7-49e6-997f-842aa3b7ee88 ASDC 2022-11-14T06:29:01.291Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:67325741-7cd0-4fc8-89e2-3ce7093bb340 ServiceName:Demo_pNF_1RCNTQe03B2hO4MLGyQm ServiceVersion:1.0 ServiceUUID:9aeab79c-c7f7-49e6-997f-842aa3b7ee88 ServiceInvariantUUID:69bde1d9-278b-419d-b4dc-2a1ce7fa49f7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar ArtifactUUID:fad04af7-9c12-46ed-8ea3-fe439ca191dd ArtifactChecksum:N2QwMDE4NzAzNWQ1YjdhZGM5NWM3NTc0Y2VkZGZkYzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 680ecc3b-6ea7 0 ResourceCustomizationUUID:cf21d503-2597-4932-bca2-4239321dd2dc ResourceInvariantUUID:a8729f3f-5539-45ea-8863-d016c90b4697 ResourceName:pNF 680ecc3b-6ea7 ResourceType:PNF ResourceUUID:645301a6-286e-4c44-8028-7adc6c6078ea ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-14T06:29:01.291Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9aeab79c-c7f7-49e6-997f-842aa3b7ee88 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-14T06:29:01.321Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:29:01.322Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-14T06:29:01.322Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-14T06:29:01.322Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fad04af7-9c12-46ed-8ea3-fe439ca191dd from URL: /sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar 2022-11-14T06:29:01.322Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-14T06:29:01.322Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar 2022-11-14T06:29:01.450Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-14T06:29:01.456Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar fad04af7-9c12-46ed-8ea3-fe439ca191dd 87772 2022-11-14T06:29:01.457Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar ASDC sendASDCNotification 2022-11-14T06:29:01.457Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar 2022-11-14T06:29:01.457Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:29:01.480Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:29:01.484Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:29:01.485Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407341457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:29:01.584Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:29:01.585Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:29:01.585Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:29:01.599Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:29:01.599Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:29:02.486Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:29:02.487Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-14T06:29:02.487Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fad04af7-9c12-46ed-8ea3-fe439ca191dd, URL: /sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar to file: /app/ASDC/1/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar 2022-11-14T06:29:02.488Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar 2022-11-14T06:29:02.491Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar 2022-11-14T06:29:02.491Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar 2022-11-14T06:29:02.614Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1066932035678221478/Definitions/service-DemoPnf1rcntqe03b2ho4mlgyqm-template.yml 2022-11-14T06:29:03.363Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-14T06:29:03.364Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-14T06:29:03.364Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar 2022-11-14T06:29:03.364Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-14T06:29:03.364Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||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-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar 2022-11-14T06:29:03.364Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar 2022-11-14T06:29:03.364Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||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-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar 2022-11-14T06:29:03.364Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar 2022-11-14T06:29:03.365Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar 2022-11-14T06:29:03.365Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 680ecc3b-6ea7 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-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar 2022-11-14T06:29:03.365Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar 2022-11-14T06:29:03.365Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-14T06:29:03.365Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:29:03.365Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1RCNTQe03B2hO4MLGyQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:29:03.365Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Node template pNF 680ecc3b-6ea7 0 is matching search criteria 2022-11-14T06:29:03.366Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-14T06:29:03.366Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 680ecc3b-6ea7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:29:03.366Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:29:03.366Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1RCNTQe03B2hO4MLGyQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:29:03.366Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Node template pNF 680ecc3b-6ea7 0 is matching search criteria 2022-11-14T06:29:03.366Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-14T06:29:03.366Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 680ecc3b-6ea7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:29:03.367Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:29:03.367Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1RCNTQe03B2hO4MLGyQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:29:03.367Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:29:03.367Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1RCNTQe03B2hO4MLGyQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:29:03.367Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:29:03.367Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1RCNTQe03B2hO4MLGyQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:29:03.367Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:29:03.368Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1RCNTQe03B2hO4MLGyQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:29:03.368Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:29:03.368Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1RCNTQe03B2hO4MLGyQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:29:03.368Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_1RCNTQe03B2hO4MLGyQm Description:catalog service description Model UUID:9aeab79c-c7f7-49e6-997f-842aa3b7ee88 Model Version:NULL Model InvariantUuid:69bde1d9-278b-419d-b4dc-2a1ce7fa49f7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-14T06:29:03.372Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 645301a6-286e-4c44-8028-7adc6c6078ea Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:29:03.375Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||pNF 680ecc3b-6ea7 0 2022-11-14T06:29:03.376Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 645301a6-286e-4c44-8028-7adc6c6078ea 2022-11-14T06:29:03.376Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 9aeab79c-c7f7-49e6-997f-842aa3b7ee88 2022-11-14T06:29:03.376Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9aeab79c-c7f7-49e6-997f-842aa3b7ee88 2022-11-14T06:29:03.376Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 680ecc3b-6ea7 0 645301a6-286e-4c44-8028-7adc6c6078ea ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:29:03.379Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e6b6ea1, org.onap.sdc.toscaparser.api.parameters.Input@5d8f41b7, org.onap.sdc.toscaparser.api.parameters.Input@7380bea5, org.onap.sdc.toscaparser.api.parameters.Input@2a0fe416, org.onap.sdc.toscaparser.api.parameters.Input@fb49990] 2022-11-14T06:29:03.379Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:29:03.379Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1RCNTQe03B2hO4MLGyQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:29:03.379Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9aeab79c-c7f7-49e6-997f-842aa3b7ee88: pNF 680ecc3b-6ea7 2022-11-14T06:29:03.379Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||Processing PNF resource: 645301a6-286e-4c44-8028-7adc6c6078ea 2022-11-14T06:29:03.380Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:29:03.380Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1RCNTQe03B2hO4MLGyQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:29:03.380Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||Resource customization UUID: cf21d503-2597-4932-bca2-4239321dd2dc is the same as notified resource customizationUUID: cf21d503-2597-4932-bca2-4239321dd2dc Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-14T06:29:03.414Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 680ecc3b-6ea7 645301a6-286e-4c44-8028-7adc6c6078ea 0 ASDC deployResourceStructure 2022-11-14T06:29:03.415Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar ASDC sendASDCNotification 2022-11-14T06:29:03.415Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar 2022-11-14T06:29:03.415Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:29:03.416Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:29:03.419Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:29:03.419Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407343415, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:29:03.520Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:29:03.520Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:29:03.521Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:29:03.533Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:29:03.533Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:29:04.421Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67325741-7cd0-4fc8-89e2-3ce7093bb340 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:29:04.433Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67325741-7cd0-4fc8-89e2-3ce7093bb340 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:29:04.436Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:29:04.436Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-14T06:29:04.436Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-14T06:29:04.436Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-14T06:29:04.436Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:29:04.436Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:29:04.437Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:29:04.437Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:29:04.437Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:29:04.437Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:29:04.442Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-14T06:29:34.443Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67325741-7cd0-4fc8-89e2-3ce7093bb340 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-14T06:29:34.450Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67325741-7cd0-4fc8-89e2-3ce7093bb340 and serviceModelVersionId: 9aeab79c-c7f7-49e6-997f-842aa3b7ee88 2022-11-14T06:29:34.450Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69bde1d9-278b-419d-b4dc-2a1ce7fa49f7 2022-11-14T06:29:34.452Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69bde1d9-278b-419d-b4dc-2a1ce7fa49f7/model-vers/model-ver/9aeab79c-c7f7-49e6-997f-842aa3b7ee88?depth=0 2022-11-14T06:29:34.460Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-14T06:29:34.513Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69bde1d9-278b-419d-b4dc-2a1ce7fa49f7/model-vers/model-ver/9aeab79c-c7f7-49e6-997f-842aa3b7ee88?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-14T06:29:34.514Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69bde1d9-278b-419d-b4dc-2a1ce7fa49f7/model-vers/model-ver/9aeab79c-c7f7-49e6-997f-842aa3b7ee88?depth=0|INFO|500||Invoke 2022-11-14T06:29:34.536Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69bde1d9-278b-419d-b4dc-2a1ce7fa49f7/model-vers/model-ver/9aeab79c-c7f7-49e6-997f-842aa3b7ee88?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-14T06:29:34.726Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69bde1d9-278b-419d-b4dc-2a1ce7fa49f7/model-vers/model-ver/9aeab79c-c7f7-49e6-997f-842aa3b7ee88?depth=0|INFO|500||InvokeReturn 2022-11-14T06:29:34.726Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69bde1d9-278b-419d-b4dc-2a1ce7fa49f7/model-vers/model-ver/9aeab79c-c7f7-49e6-997f-842aa3b7ee88?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221114-06:29:35:690-47510], vertex-id=[209056], Content-Length=[0], Date=[Mon, 14 Nov 2022 06:29:35 GMT], Content-Type=[application/json]} 2022-11-14T06:29:34.727Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-11-14T06:29:34.727Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-14T06:29:34.727Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:29:34.733Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-14T06:29:34.734Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67325741-7cd0-4fc8-89e2-3ce7093bb340 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-14T06:29:34.734Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-14T06:29:34.734Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:29:34.736Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:29:34.737Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407374734, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:29:34.837Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:29:34.838Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:29:34.838Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:29:34.853Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:29:34.853Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-14T06:29:35.789Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:29:35.789Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:29:35.789Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:29:46.090Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:29:46.091Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:29:46.091Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:29:46.092Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:29:55.669Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:29:55.670Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:29:55.672Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:29:55.672Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:29:59.608Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:29:59.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:29:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:29:59.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:29:59.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407219918, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:29:59.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:29:59.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407220923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-14T06:29:59.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:29:59.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407221928, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-14T06:29:59.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:29:59.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407222932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:29:59.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:29:59.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407254217, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:29:59.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:29:59.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:29:59.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-14T06:29:59.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-14T06:29:59.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-14T06:29:59.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-14T06:29:59.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-14T06:29:59.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:29:59.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-14T06:29:59.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-14T06:29:59.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-14T06:29:59.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:29:59.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-14T06:29:59.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:29:59.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-14T06:29:59.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407262400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:29:59.640Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:29:59.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407264789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:29:59.640Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:29:59.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407265845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:29:59.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:29:59.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407266901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:29:59.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:29:59.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407267982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:29:59.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:29:59.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407268986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-14T06:29:59.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:29:59.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407269989, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-14T06:29:59.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:29:59.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:29:59.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407270993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:29:59.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:30:05.236Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:30:05.237Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:30:05.237Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:30:05.238Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:30:14.785Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:30:14.786Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:30:14.787Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:30:14.787Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:30:24.340Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:30:59.605Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:30:59.607Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:30:59.607Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:30:59.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:30:59.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:30:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:30:59.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:30:59.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:30:59.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407332238, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:30:59.630Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:30:59.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:30:59.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:30:59.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:30:59.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:30:59.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:30:59.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:30:59.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:30:59.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:30:59.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:30:59.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:30:59.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:30:59.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:30:59.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:30:59.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:30:59.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:30:59.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:30:59.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/resourceInstances/pnf680ecc3b6ea70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:30:59.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:30:59.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:30:59.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:30:59.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:31:09.179Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:31:59.605Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:31:59.606Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:31:59.607Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:31:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:31:59.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:31:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:32:00.133Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:32:00.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-14T06:32:00.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407196593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:32:00.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-14T06:32:00.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-14T06:32:00.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407341457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:32:00.134Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:32:00.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-14T06:32:00.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407343415, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1rcntqe03b2ho4mlgyqm/1.0/artifacts/service-DemoPnf1rcntqe03b2ho4mlgyqm-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:32:00.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:32:00.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-14T06:32:00.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "67325741-7cd0-4fc8-89e2-3ce7093bb340", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407374734, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:32:00.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:32:09.180Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:32:59.605Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:32:59.606Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:32:59.606Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:32:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:32:59.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:32:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:33:09.154Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:33:09.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:33:59.605Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:33:59.606Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:33:59.606Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:33:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:33:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:33:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:34:09.158Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:34:09.161Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:34:59.605Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:34:59.606Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:34:59.606Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:34:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:34:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:34:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:35:09.164Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:35:09.166Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:35:59.605Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:35:59.606Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:35:59.606Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:35:59.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:35:59.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:35:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:35:59.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:35:59.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "ves-openapi-manager", "timestamp": 1668407746420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "cds", "timestamp": 1668407748281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "ves-openapi-manager", "timestamp": 1668407746420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "cds", "timestamp": 1668407748281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "ves-openapi-manager", "timestamp": 1668407746420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "cds", "timestamp": 1668407748281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "ves-openapi-manager", "timestamp": 1668407746420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "cds", "timestamp": 1668407748281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "ves-openapi-manager", "timestamp": 1668407746420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "cds", "timestamp": 1668407748281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "multicloud-k8s-id", "timestamp": 1668407755444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "ves-openapi-manager", "timestamp": 1668407746420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-14T06:35:59.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "cds", "timestamp": 1668407748281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "aai-ml", "timestamp": 1668407756419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "multicloud-k8s-id", "timestamp": 1668407755444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "ves-openapi-manager", "timestamp": 1668407746420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "cds", "timestamp": 1668407748281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "aai-ml", "timestamp": 1668407756419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "multicloud-k8s-id", "timestamp": 1668407755444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "ves-openapi-manager", "timestamp": 1668407746420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "cds", "timestamp": 1668407748281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:35:59.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "aai-ml", "timestamp": 1668407756419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "multicloud-k8s-id", "timestamp": 1668407755444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "ves-openapi-manager", "timestamp": 1668407759221, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:35:59.753Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:35:59.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "cds", "timestamp": 1668407758555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:35:59.753Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:35:59.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "aai-ml", "timestamp": 1668407756419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "multicloud-k8s-id", "timestamp": 1668407755444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:35:59.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:35:59.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407759160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:35:59.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:36:00.237Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:36:00.237Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:36:00.238Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"17873325-6e7b-49d1-9b10-ed2f73783c45","serviceName":"Demo_pNF_IhFyYUz896Ng5RcoZ4AM","serviceVersion":"1.0","serviceUUID":"d570fdf1-e408-4a8f-860b-41421e49e7f0","serviceDescription":"catalog service description","serviceInvariantUUID":"b5d361a2-e35a-46ec-86a0-db32af30e6b0","resources":[{"resourceInstanceName":"pNF b4d7ce21-f739 0","resourceName":"pNF b4d7ce21-f739","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cba0388d-56f1-43fe-95b3-f402dbaf667d","resourceInvariantUUID":"71afbafe-4f5e-46b1-a4c0-c74cc1c69309","resourceCustomizationUUID":"8cd9949e-6fe5-4bf3-860c-29f395122892","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/vf-license-model.xml","artifactChecksum":"NGYxY2EyZTYwOGMwMWVlOTgzMWRlNTExYTEyZWE4MzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09d53d58-711e-4232-8e6f-39a28f08caaf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/pNF.csar","artifactChecksum":"NzhjZWRhNjUzMzMyYWFjZjE2N2U5ZjkxOGNlZmY5Y2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b35be0d9-7d21-4a7c-89f8-da0edcb39165","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d8c28b9b-ed62-4a99-8ebc-d343183b6791","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/vendor-license-model.xml","artifactChecksum":"OGY2YzA5NjhmNWY5NWE1OTVkY2U4MTNlNDRiODYwNzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"40edb636-3f1e-4799-a8de-e21f252a2c05","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60cba728-547a-4afa-9b23-0c0ca8973540","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"243ca5f7-1447-40e2-ab5f-9372dd86b60e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIhfyyuz896ng5rcoz4am-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-template.yml","artifactChecksum":"YzA4ODdmZWUxZTM4MjZjZWU1ZTNiNjA3ZjQ5OWRmYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e01a72a-4765-40f6-a676-1f934bc164ca","artifactVersion":"1"},{"artifactName":"service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar","artifactChecksum":"YjkwYmJlYTliMTAxOTZmN2VmNDgwNjJmN2MxZjBlOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45af80c7-8fff-47ce-9fde-e9867fa81fed","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-14T06:36:00.240Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:36:00.240Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:36:00.243Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:36:00.243Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407759605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:36:00.343Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:36:00.344Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:36:00.344Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:36:00.355Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:36:00.356Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:36:01.243Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:36:01.245Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:36:01.247Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:36:01.247Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407759605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:36:01.348Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:36:01.349Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:36:01.349Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:36:01.361Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:36:01.361Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:36:02.249Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:36:02.250Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:36:02.254Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:36:02.255Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407759605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:36:02.355Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:36:02.355Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:36:02.356Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:36:02.369Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:36:02.369Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:36:03.255Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:36:03.256Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:36:03.258Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:36:03.258Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407759605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:36:03.358Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:36:03.359Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:36:03.359Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:36:03.369Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:36:03.369Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:36:04.259Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:36:04.260Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:36:04.262Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:36:04.262Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407759605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:36:04.362Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:36:04.363Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:36:04.363Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:36:04.373Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:36:04.373Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:36:05.263Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:36:05.263Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:36:05.266Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:36:05.266Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407759605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:36:05.366Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:36:05.367Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:36:05.367Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:36:05.382Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:36:05.383Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:36:06.266Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:36:06.267Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:36:06.269Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:36:06.269Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407759605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:36:06.369Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:36:06.370Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:36:06.370Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:36:06.406Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:36:06.406Z||pool-95-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:36:07.270Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:36:07.270Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:36:07.272Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:36:07.272Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407759605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:36:07.372Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:36:07.373Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:36:07.373Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:36:07.383Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:36:07.383Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:36:08.273Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "serviceName": "Demo_pNF_IhFyYUz896Ng5RcoZ4AM", "serviceVersion": "1.0", "serviceUUID": "d570fdf1-e408-4a8f-860b-41421e49e7f0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b5d361a2-e35a-46ec-86a0-db32af30e6b0", "resources": [ { "resourceInstanceName": "pNF b4d7ce21-f739 0", "resourceCustomizationUUID": "8cd9949e-6fe5-4bf3-860c-29f395122892", "resourceName": "pNF b4d7ce21-f739", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "cba0388d-56f1-43fe-95b3-f402dbaf667d", "resourceInvariantUUID": "71afbafe-4f5e-46b1-a4c0-c74cc1c69309", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "artifactChecksum": "YjkwYmJlYTliMTAxOTZmN2VmNDgwNjJmN2MxZjBlOTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45af80c7-8fff-47ce-9fde-e9867fa81fed" } ], "workloadContext": "Production" } 2022-11-14T06:36:08.274Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-14T06:36:08.274Z|67325741-7cd0-4fc8-89e2-3ce7093bb340|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d570fdf1-e408-4a8f-860b-41421e49e7f0 ASDC 2022-11-14T06:36:08.274Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:17873325-6e7b-49d1-9b10-ed2f73783c45 ServiceName:Demo_pNF_IhFyYUz896Ng5RcoZ4AM ServiceVersion:1.0 ServiceUUID:d570fdf1-e408-4a8f-860b-41421e49e7f0 ServiceInvariantUUID:b5d361a2-e35a-46ec-86a0-db32af30e6b0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar ArtifactUUID:45af80c7-8fff-47ce-9fde-e9867fa81fed ArtifactChecksum:YjkwYmJlYTliMTAxOTZmN2VmNDgwNjJmN2MxZjBlOTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF b4d7ce21-f739 0 ResourceCustomizationUUID:8cd9949e-6fe5-4bf3-860c-29f395122892 ResourceInvariantUUID:71afbafe-4f5e-46b1-a4c0-c74cc1c69309 ResourceName:pNF b4d7ce21-f739 ResourceType:PNF ResourceUUID:cba0388d-56f1-43fe-95b3-f402dbaf667d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-14T06:36:08.274Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d570fdf1-e408-4a8f-860b-41421e49e7f0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:36:08.300Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:36:08.301Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-14T06:36:08.301Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-14T06:36:08.301Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 45af80c7-8fff-47ce-9fde-e9867fa81fed from URL: /sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar 2022-11-14T06:36:08.301Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-14T06:36:08.301Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar 2022-11-14T06:36:08.367Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-14T06:36:08.371Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar 45af80c7-8fff-47ce-9fde-e9867fa81fed 87788 2022-11-14T06:36:08.371Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar ASDC sendASDCNotification 2022-11-14T06:36:08.371Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar 2022-11-14T06:36:08.371Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:36:08.371Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:36:08.373Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:36:08.373Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407768371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:36:08.473Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:36:08.474Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:36:08.474Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:36:08.484Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:36:08.485Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:36:09.374Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:36:09.375Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-14T06:36:09.375Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 45af80c7-8fff-47ce-9fde-e9867fa81fed, URL: /sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar to file: /app/ASDC/1/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar 2022-11-14T06:36:09.376Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar 2022-11-14T06:36:09.376Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar 2022-11-14T06:36:09.376Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar 2022-11-14T06:36:09.594Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1812439522271271508/Definitions/service-DemoPnfIhfyyuz896ng5rcoz4am-template.yml 2022-11-14T06:36:10.411Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-14T06:36:10.411Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-14T06:36:10.411Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar 2022-11-14T06:36:10.411Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-14T06:36:10.411Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||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-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar 2022-11-14T06:36:10.412Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar 2022-11-14T06:36:10.412Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||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-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar 2022-11-14T06:36:10.412Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar 2022-11-14T06:36:10.412Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar 2022-11-14T06:36:10.412Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b4d7ce21-f739 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-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar 2022-11-14T06:36:10.412Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar 2022-11-14T06:36:10.413Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-14T06:36:10.413Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:36:10.413Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IhFyYUz896Ng5RcoZ4AM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:36:10.413Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Node template pNF b4d7ce21-f739 0 is matching search criteria 2022-11-14T06:36:10.414Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-14T06:36:10.414Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF b4d7ce21-f739 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:36:10.414Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:36:10.414Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IhFyYUz896Ng5RcoZ4AM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:36:10.414Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Node template pNF b4d7ce21-f739 0 is matching search criteria 2022-11-14T06:36:10.415Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-14T06:36:10.415Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF b4d7ce21-f739 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:36:10.415Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:36:10.415Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IhFyYUz896Ng5RcoZ4AM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:36:10.415Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:36:10.416Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IhFyYUz896Ng5RcoZ4AM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:36:10.416Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:36:10.416Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IhFyYUz896Ng5RcoZ4AM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:36:10.416Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:36:10.416Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IhFyYUz896Ng5RcoZ4AM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:36:10.417Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:36:10.417Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IhFyYUz896Ng5RcoZ4AM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:36:10.417Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_IhFyYUz896Ng5RcoZ4AM Description:catalog service description Model UUID:d570fdf1-e408-4a8f-860b-41421e49e7f0 Model Version:NULL Model InvariantUuid:b5d361a2-e35a-46ec-86a0-db32af30e6b0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-14T06:36:10.422Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: cba0388d-56f1-43fe-95b3-f402dbaf667d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:36:10.424Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||pNF b4d7ce21-f739 0 2022-11-14T06:36:10.424Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cba0388d-56f1-43fe-95b3-f402dbaf667d 2022-11-14T06:36:10.424Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||No resources found for Service: d570fdf1-e408-4a8f-860b-41421e49e7f0 2022-11-14T06:36:10.424Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d570fdf1-e408-4a8f-860b-41421e49e7f0 2022-11-14T06:36:10.424Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b4d7ce21-f739 0 cba0388d-56f1-43fe-95b3-f402dbaf667d ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:36:10.426Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@379ff96e, org.onap.sdc.toscaparser.api.parameters.Input@22d1878b, org.onap.sdc.toscaparser.api.parameters.Input@1729a504, org.onap.sdc.toscaparser.api.parameters.Input@6fce4aa5, org.onap.sdc.toscaparser.api.parameters.Input@27d28abb] 2022-11-14T06:36:10.427Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:36:10.427Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IhFyYUz896Ng5RcoZ4AM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:36:10.427Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d570fdf1-e408-4a8f-860b-41421e49e7f0: pNF b4d7ce21-f739 2022-11-14T06:36:10.427Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Processing PNF resource: cba0388d-56f1-43fe-95b3-f402dbaf667d 2022-11-14T06:36:10.427Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:36:10.428Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IhFyYUz896Ng5RcoZ4AM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:36:10.428Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Resource customization UUID: 8cd9949e-6fe5-4bf3-860c-29f395122892 is the same as notified resource customizationUUID: 8cd9949e-6fe5-4bf3-860c-29f395122892 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-14T06:36:10.451Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b4d7ce21-f739 cba0388d-56f1-43fe-95b3-f402dbaf667d 0 ASDC deployResourceStructure 2022-11-14T06:36:10.451Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar ASDC sendASDCNotification 2022-11-14T06:36:10.452Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar 2022-11-14T06:36:10.452Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:36:10.452Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:36:10.454Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:36:10.454Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407770451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:36:10.554Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:36:10.554Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:36:10.554Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:36:10.567Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:36:10.567Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:36:11.454Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17873325-6e7b-49d1-9b10-ed2f73783c45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:36:11.463Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17873325-6e7b-49d1-9b10-ed2f73783c45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:36:11.464Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:36:11.464Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:36:11.465Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:36:41.465Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17873325-6e7b-49d1-9b10-ed2f73783c45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:36:41.479Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17873325-6e7b-49d1-9b10-ed2f73783c45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:36:41.482Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:36:41.482Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:36:41.482Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:36:59.608Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:36:59.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:36:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:36:59.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:36:59.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:36:59.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "ves-openapi-manager", "timestamp": 1668407760271, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-14T06:36:59.636Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:37:11.483Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17873325-6e7b-49d1-9b10-ed2f73783c45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:37:11.493Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17873325-6e7b-49d1-9b10-ed2f73783c45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:37:11.495Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:37:11.495Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:37:11.495Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:37:41.495Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17873325-6e7b-49d1-9b10-ed2f73783c45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:37:41.514Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17873325-6e7b-49d1-9b10-ed2f73783c45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:37:41.516Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:37:41.516Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:37:41.516Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:37:59.608Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:37:59.610Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:37:59.610Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:37:59.643Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:37:59.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-14T06:37:59.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "cds", "timestamp": 1668407759564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:37:59.650Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17873325-6e7b-49d1-9b10-ed2f73783c45 2022-11-14T06:37:59.650Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17873325-6e7b-49d1-9b10-ed2f73783c45 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:38:11.517Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17873325-6e7b-49d1-9b10-ed2f73783c45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:38:11.527Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17873325-6e7b-49d1-9b10-ed2f73783c45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:38:11.530Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:38:11.530Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:38:11.530Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:38:41.530Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17873325-6e7b-49d1-9b10-ed2f73783c45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:38:41.539Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17873325-6e7b-49d1-9b10-ed2f73783c45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:38:41.541Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:38:41.541Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:38:41.541Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:38:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:38:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:38:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:39:00.133Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:39:00.135Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.135Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "aai-ml", "timestamp": 1668407756419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.136Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.136Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.136Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "multicloud-k8s-id", "timestamp": 1668407755444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.136Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.136Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.136Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407759160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.137Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.137Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.137Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407759605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.137Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.137Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.137Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "ves-openapi-manager", "timestamp": 1668407761277, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:39:00.145Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 17873325-6e7b-49d1-9b10-ed2f73783c45 2022-11-14T06:39:00.145Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17873325-6e7b-49d1-9b10-ed2f73783c45 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:39:00.154Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.154Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "aai-ml", "timestamp": 1668407756419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.154Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.154Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.154Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "multicloud-k8s-id", "timestamp": 1668407755444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.154Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.155Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.155Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407759160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.155Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.155Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.155Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407759605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.156Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.156Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.156Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "aai-ml", "timestamp": 1668407756419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.156Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.156Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.157Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "multicloud-k8s-id", "timestamp": 1668407755444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:39:00.157Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.157Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.157Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407759160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.157Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.157Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.158Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407759605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.158Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.158Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.158Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "aai-ml", "timestamp": 1668407756419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:39:00.158Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.158Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.158Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407759160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.159Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.159Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.159Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407759605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.159Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.159Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.159Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "aai-ml", "timestamp": 1668407765173, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:39:00.160Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:39:00.160Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.160Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407759160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.160Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.160Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.160Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407759605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.161Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.161Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.161Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407759160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.161Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.161Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.162Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407759605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/resourceInstances/pnfb4d7ce21f7390/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.162Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.162Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.162Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407759160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:39:00.162Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.162Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.162Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407759605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:39:00.163Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.163Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.163Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407759605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:39:00.163Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-14T06:39:00.163Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.163Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407767987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:39:00.164Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:39:00.164Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.164Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407768371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:39:00.164Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:39:00.164Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.164Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "aai-ml", "timestamp": 1668407770117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:39:00.164Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:39:00.164Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.165Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407769974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:39:00.165Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:39:00.165Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.165Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "aai-ml", "timestamp": 1668407771121, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:39:00.170Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17873325-6e7b-49d1-9b10-ed2f73783c45 2022-11-14T06:39:00.170Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17873325-6e7b-49d1-9b10-ed2f73783c45 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:39:00.179Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.179Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668407770978, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:39:00.184Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17873325-6e7b-49d1-9b10-ed2f73783c45 2022-11-14T06:39:00.184Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17873325-6e7b-49d1-9b10-ed2f73783c45 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:39:00.190Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:39:00.190Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407770451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhfyyuz896ng5rcoz4am/1.0/artifacts/service-DemoPnfIhfyyuz896ng5rcoz4am-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:39:00.190Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:39:11.541Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17873325-6e7b-49d1-9b10-ed2f73783c45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:39:11.551Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17873325-6e7b-49d1-9b10-ed2f73783c45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:39:11.554Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:39:11.554Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-14T06:39:11.554Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-14T06:39:11.554Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-14T06:39:11.554Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:39:11.555Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:39:11.555Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:39:11.555Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:39:11.555Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:39:11.555Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:39:11.562Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-14T06:39:41.562Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17873325-6e7b-49d1-9b10-ed2f73783c45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-14T06:39:41.567Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17873325-6e7b-49d1-9b10-ed2f73783c45 and serviceModelVersionId: d570fdf1-e408-4a8f-860b-41421e49e7f0 2022-11-14T06:39:41.567Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b5d361a2-e35a-46ec-86a0-db32af30e6b0 2022-11-14T06:39:41.569Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b5d361a2-e35a-46ec-86a0-db32af30e6b0/model-vers/model-ver/d570fdf1-e408-4a8f-860b-41421e49e7f0?depth=0 2022-11-14T06:39:41.578Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-14T06:39:41.633Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5d361a2-e35a-46ec-86a0-db32af30e6b0/model-vers/model-ver/d570fdf1-e408-4a8f-860b-41421e49e7f0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-14T06:39:41.635Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5d361a2-e35a-46ec-86a0-db32af30e6b0/model-vers/model-ver/d570fdf1-e408-4a8f-860b-41421e49e7f0?depth=0|INFO|500||Invoke 2022-11-14T06:39:41.661Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5d361a2-e35a-46ec-86a0-db32af30e6b0/model-vers/model-ver/d570fdf1-e408-4a8f-860b-41421e49e7f0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-14T06:39:41.766Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5d361a2-e35a-46ec-86a0-db32af30e6b0/model-vers/model-ver/d570fdf1-e408-4a8f-860b-41421e49e7f0?depth=0|INFO|500||InvokeReturn 2022-11-14T06:39:41.767Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5d361a2-e35a-46ec-86a0-db32af30e6b0/model-vers/model-ver/d570fdf1-e408-4a8f-860b-41421e49e7f0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221114-06:39:42:880-68214], vertex-id=[278664], Content-Length=[0], Date=[Mon, 14 Nov 2022 06:39:42 GMT], Content-Type=[application/json]} 2022-11-14T06:39:41.768Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-11-14T06:39:41.768Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-14T06:39:41.769Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:39:41.773Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-14T06:39:41.773Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17873325-6e7b-49d1-9b10-ed2f73783c45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-14T06:39:41.774Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-14T06:39:41.774Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:39:41.777Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:39:41.777Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407981774, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:39:41.877Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:39:41.878Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:39:41.878Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:39:41.891Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:39:41.892Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-14T06:39:42.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:39:42.790Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:39:42.790Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:39:53.104Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:39:53.105Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:39:53.106Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:39:53.106Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:39:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:39:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:39:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:40:00.240Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:40:00.241Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-14T06:40:00.241Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17873325-6e7b-49d1-9b10-ed2f73783c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668407981774, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:40:00.242Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:40:02.673Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:40:02.673Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:40:02.674Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:40:02.674Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:40:12.240Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:40:12.240Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:40:12.241Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:40:12.241Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:40:21.796Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:40:59.605Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:40:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:40:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:40:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:40:59.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:40:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:41:09.218Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:41:09.226Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:41:59.605Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:41:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:41:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:41:59.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:41:59.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:41:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:42:09.147Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:42:09.176Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:42:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:42:59.607Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:42:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:42:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:42:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:42:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:43:09.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:43:09.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:43:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:43:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:43:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:43:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:43:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:43:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:44:09.160Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:44:09.161Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:44:59.605Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:44:59.606Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:44:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:44:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:44:59.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:44:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:45:09.176Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:45:09.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:45:59.605Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:45:59.606Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:45:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:45:59.609Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:45:59.609Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:45:59.610Z|17873325-6e7b-49d1-9b10-ed2f73783c45|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:46:09.164Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:46:09.179Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:46:59.605Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:46:59.606Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:46:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:46:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:46:59.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:46:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:47:09.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:47:09.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:47:59.605Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:47:59.606Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:47:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:47:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:47:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:47:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:48:09.158Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:48:09.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:48:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:48:59.607Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:48:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:48:59.608Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:48:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:48:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:49:09.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:49:09.179Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:49:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:49:59.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:49:59.607Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:49:59.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:49:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:49:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:49:59.746Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:49:59.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "ves-openapi-manager", "timestamp": 1668408586419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "ves-openapi-manager", "timestamp": 1668408586419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "ves-openapi-manager", "timestamp": 1668408586419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "cds", "timestamp": 1668408588281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "ves-openapi-manager", "timestamp": 1668408586419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "cds", "timestamp": 1668408588281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "ves-openapi-manager", "timestamp": 1668408586419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "cds", "timestamp": 1668408588281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "ves-openapi-manager", "timestamp": 1668408586419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "cds", "timestamp": 1668408588281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "ves-openapi-manager", "timestamp": 1668408586419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "cds", "timestamp": 1668408588281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "ves-openapi-manager", "timestamp": 1668408586419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "cds", "timestamp": 1668408588281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "multicloud-k8s-id", "timestamp": 1668408595444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "cds", "timestamp": 1668408588281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "aai-ml", "timestamp": 1668408596418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "multicloud-k8s-id", "timestamp": 1668408595444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-14T06:49:59.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "cds", "timestamp": 1668408588281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:49:59.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "aai-ml", "timestamp": 1668408596418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "multicloud-k8s-id", "timestamp": 1668408595444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-14T06:49:59.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "cds", "timestamp": 1668408597080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:49:59.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:49:59.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "aai-ml", "timestamp": 1668408596418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "multicloud-k8s-id", "timestamp": 1668408595444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "aai-ml", "timestamp": 1668408596418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "multicloud-k8s-id", "timestamp": 1668408595444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-14T06:49:59.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:49:59.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:49:59.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:49:59.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-14T06:50:00.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:00.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-14T06:50:00.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"aaef19a7-72cb-4cbb-acdd-ff8b87770ab0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"bbaebbe1-a685-47c9-b156-2077e40d8121","serviceDescription":"service","serviceInvariantUUID":"3cb8ce33-a487-4438-abd5-7702c3457d87","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ead8f9e0-8ada-423c-ab56-bafef6383715","resourceInvariantUUID":"35f51f55-196e-4c99-bb93-96f8b4aa4838","resourceCustomizationUUID":"66558508-2db3-42ca-8f07-9775e28f1bc6","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":"ZjlmYzc3Njk4YzQ0OTA2OWFkZTZmYjNhOGNhYjI2YjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a907ba5-7656-4419-85b2-ef6198586974","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":"NTUxYTIzMDU5ZDVjOGJhYjk3YTcxZjBiNzk3NDUzNTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1a1c5ce5-6e86-4039-9b96-5ebd8d0f8bcc","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":"6644bdc3-e32d-471b-85b5-cac795fe51ec","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":"f22a01cb-ed40-4e79-acb2-034785624846","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":"2d63ebdc-9c19-4249-a8a1-9181a8336f71","artifactVersion":"2","generatedFromUUID":"6644bdc3-e32d-471b-85b5-cac795fe51ec"},{"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":"ZWQzMjQ2YTVjNGZmMWNlM2UwZWM4ZjFlZmYyM2E1YTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"eec8d17c-8422-46fc-abfb-a7e0ad9eee78","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":"NDlkMGI5MWEwMjA1NWE4Y2VmMDVmYWNlNDk5ODFlMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb4a1f82-6d67-42e6-b893-7c6a1bec7148","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Y2YyMGEwY2RjMDRhYWI0NDEwODUxZjAzM2IyMmNhODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96e536ba-8b2d-4ae3-a7f1-d39b767f1227","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-14T06:50:00.243Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:50:00.243Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:50:00.247Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:50:00.247Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:50:00.347Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:50:00.348Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:50:00.348Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:50:00.365Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:00.365Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:50:01.248Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:50:01.249Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:50:01.251Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:50:01.251Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-14T06:50:01.351Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:50:01.352Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:50:01.352Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:50:01.370Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:01.370Z||pool-101-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:50:02.252Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:50:02.253Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:50:02.256Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:50:02.256Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-14T06:50:02.355Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:50:02.356Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:50:02.356Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:50:02.365Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:02.366Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:50:03.257Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:50:03.258Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:50:03.260Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:50:03.260Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:50:03.360Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:50:03.361Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:50:03.361Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:50:03.378Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:03.378Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:50:04.260Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:50:04.261Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:50:04.264Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:50:04.264Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-14T06:50:04.363Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:50:04.364Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:50:04.364Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:50:04.385Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:04.385Z||pool-104-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:50:05.265Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:50:05.265Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:50:05.268Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:50:05.269Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:50:05.369Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:50:05.370Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:50:05.371Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:50:05.392Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:05.393Z||pool-105-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:50:06.270Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:50:06.270Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:50:06.272Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:50:06.273Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:50:06.373Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:50:06.373Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:50:06.374Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:50:06.389Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:06.389Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:50:07.277Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:50:07.278Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:50:07.280Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:50:07.280Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:50:07.381Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-14T06:50:07.382Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:50:07.382Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:50:07.391Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:07.391Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:50:08.283Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "bbaebbe1-a685-47c9-b156-2077e40d8121", "serviceDescription": "service", "serviceInvariantUUID": "3cb8ce33-a487-4438-abd5-7702c3457d87", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "66558508-2db3-42ca-8f07-9775e28f1bc6", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ead8f9e0-8ada-423c-ab56-bafef6383715", "resourceInvariantUUID": "35f51f55-196e-4c99-bb93-96f8b4aa4838", "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": "NTUxYTIzMDU5ZDVjOGJhYjk3YTcxZjBiNzk3NDUzNTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1a1c5ce5-6e86-4039-9b96-5ebd8d0f8bcc", "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": "6644bdc3-e32d-471b-85b5-cac795fe51ec", "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": "2d63ebdc-9c19-4249-a8a1-9181a8336f71", "generatedFromUUID": "6644bdc3-e32d-471b-85b5-cac795fe51ec" }, "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": "2d63ebdc-9c19-4249-a8a1-9181a8336f71", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "Y2YyMGEwY2RjMDRhYWI0NDEwODUxZjAzM2IyMmNhODM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "96e536ba-8b2d-4ae3-a7f1-d39b767f1227" } ], "workloadContext": "Production" } 2022-11-14T06:50:08.284Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-14T06:50:08.284Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bbaebbe1-a685-47c9-b156-2077e40d8121 ASDC 2022-11-14T06:50:08.285Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:bbaebbe1-a685-47c9-b156-2077e40d8121 ServiceInvariantUUID:3cb8ce33-a487-4438-abd5-7702c3457d87 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:96e536ba-8b2d-4ae3-a7f1-d39b767f1227 ArtifactChecksum:Y2YyMGEwY2RjMDRhYWI0NDEwODUxZjAzM2IyMmNhODM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:66558508-2db3-42ca-8f07-9775e28f1bc6 ResourceInvariantUUID:35f51f55-196e-4c99-bb93-96f8b4aa4838 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:ead8f9e0-8ada-423c-ab56-bafef6383715 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:1a1c5ce5-6e86-4039-9b96-5ebd8d0f8bcc ArtifactChecksum:NTUxYTIzMDU5ZDVjOGJhYjk3YTcxZjBiNzk3NDUzNTQ= 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:6644bdc3-e32d-471b-85b5-cac795fe51ec 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:2d63ebdc-9c19-4249-a8a1-9181a8336f71 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:2d63ebdc-9c19-4249-a8a1-9181a8336f71 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-14T06:50:08.285Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bbaebbe1-a685-47c9-b156-2077e40d8121 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:50:08.370Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:50:08.371Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-14T06:50:08.371Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-14T06:50:08.372Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 96e536ba-8b2d-4ae3-a7f1-d39b767f1227 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-14T06:50:08.372Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-14T06:50:08.372Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-14T06:50:08.441Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-14T06:50:08.446Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 96e536ba-8b2d-4ae3-a7f1-d39b767f1227 82629 2022-11-14T06:50:08.446Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-14T06:50:08.446Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-14T06:50:08.446Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:50:08.446Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:50:08.449Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:50:08.449Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408608446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:50:08.549Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:50:08.550Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:50:08.550Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:50:08.562Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:08.562Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:50:09.449Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:50:09.451Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-14T06:50:09.451Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 96e536ba-8b2d-4ae3-a7f1-d39b767f1227, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-14T06:50:09.451Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-14T06:50:09.452Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-14T06:50:09.452Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-14T06:50:09.687Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14820192986149608522/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-14T06:50:10.858Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-14T06:50:10.859Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-14T06:50:10.859Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-14T06:50:10.859Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-14T06:50:10.859Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-14T06:50:10.859Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-14T06:50:10.859Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-14T06:50:10.859Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-14T06:50:10.860Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-14T06:50:10.860Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-14T06:50:10.860Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-14T06:50:10.860Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-14T06:50:10.860Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:10.861Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:50:10.861Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-14T06:50:10.861Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-14T06:50:10.861Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:50:10.861Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:10.862Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:50:10.862Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-14T06:50:10.862Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-14T06:50:10.862Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:50:10.862Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:10.862Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:50:10.862Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:10.862Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-14T06:50:10.863Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-14T06:50:10.863Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-14T06:50:10.863Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-14T06:50:10.863Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-14T06:50:10.863Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-14T06:50:10.863Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:10.863Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-14T06:50:10.864Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:10.864Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-14T06:50:10.865Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:50:10.865Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:10.865Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-14T06:50:10.865Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:50:10.866Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:10.866Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-14T06:50:10.866Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:50:10.866Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:10.866Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-14T06:50:10.866Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-14T06:50:10.867Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-14T06:50:10.867Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=953e1cd3-f687-47ef-bb98-e9dc1db38467 2022-11-14T06:50:10.867Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:10.867Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:50:10.867Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:10.867Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:50:10.868Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:10.868Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:50:10.868Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:10.868Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:50:10.868Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:bbaebbe1-a685-47c9-b156-2077e40d8121 Model Version:NULL Model InvariantUuid:3cb8ce33-a487-4438-abd5-7702c3457d87 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:74c84a79-7cbc-41fd-84ea-fe20acab6b17 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:35f51f55-196e-4c99-bb93-96f8b4aa4838 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:66558508-2db3-42ca-8f07-9775e28f1bc6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2bf24681-4291-45ec-b49a-6bd257c51453 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:6b15c2df-36f4-473a-8d2e-e2b3c335d46a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:953e1cd3-f687-47ef-bb98-e9dc1db38467 ModelInvariantUuid:715f0058-0f76-4cc7-9749-9f0bcc7a7bf6 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:e7ef7e9c-313f-4315-ace0-a05eee7eadab ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:8ac1a382-a6b7-4955-aa51-12374f2cf706 ModelInvariantUuid:ce27d41a-eace-4983-ab11-c18a29081b18 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:275418a4-f733-4c2c-8e4f-9fb5c39dc092 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-14T06:50:10.879Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ead8f9e0-8ada-423c-ab56-bafef6383715 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:50:10.885Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2022-11-14T06:50:10.886Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ead8f9e0-8ada-423c-ab56-bafef6383715 2022-11-14T06:50:10.886Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1a1c5ce5-6e86-4039-9b96-5ebd8d0f8bcc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-14T06:50:10.886Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-14T06:50:10.886Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-14T06:50:10.932Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-14T06:50:10.932Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 1a1c5ce5-6e86-4039-9b96-5ebd8d0f8bcc 792 2022-11-14T06:50:10.932Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-14T06:50:10.933Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-14T06:50:10.933Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:50:10.933Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:50:10.935Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:50:10.935Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408610932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:50:11.035Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:50:11.036Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:50:11.036Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:50:11.047Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:11.048Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:50:11.936Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2bf24681-4291-45ec-b49a-6bd257c51453", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6b15c2df-36f4-473a-8d2e-e2b3c335d46a", "vfModuleModelCustomizationUUID": "9d8c0553-ae28-477b-8a38-95cb7ddcc30b", "isBase": true, "artifacts": [ "6644bdc3-e32d-471b-85b5-cac795fe51ec", "2d63ebdc-9c19-4249-a8a1-9181a8336f71" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-14T06:50:11.941Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6b15c2df-36f4-473a-8d2e-e2b3c335d46a VfModuleModelInvariantUUID:2bf24681-4291-45ec-b49a-6bd257c51453 VfModuleModelDescription:NULL Artifacts UUID List:{ 6644bdc3-e32d-471b-85b5-cac795fe51ec , 2d63ebdc-9c19-4249-a8a1-9181a8336f71 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-14T06:50:11.943Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2bf24681-4291-45ec-b49a-6bd257c51453", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6b15c2df-36f4-473a-8d2e-e2b3c335d46a", "vfModuleModelCustomizationUUID": "9d8c0553-ae28-477b-8a38-95cb7ddcc30b", "isBase": true, "artifacts": [ "6644bdc3-e32d-471b-85b5-cac795fe51ec", "2d63ebdc-9c19-4249-a8a1-9181a8336f71" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-14T06:50:11.943Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6b15c2df-36f4-473a-8d2e-e2b3c335d46a VfModuleModelInvariantUUID:2bf24681-4291-45ec-b49a-6bd257c51453 VfModuleModelDescription:NULL Artifacts UUID List:{ 6644bdc3-e32d-471b-85b5-cac795fe51ec , 2d63ebdc-9c19-4249-a8a1-9181a8336f71 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-14T06:50:11.943Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6644bdc3-e32d-471b-85b5-cac795fe51ec from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-14T06:50:11.943Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-14T06:50:11.944Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-14T06:50:11.985Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-14T06:50:11.985Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6644bdc3-e32d-471b-85b5-cac795fe51ec 5033 2022-11-14T06:50:11.985Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-14T06:50:11.986Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-14T06:50:11.986Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:50:11.986Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:50:11.987Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:50:11.988Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408611985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:50:12.088Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:50:12.089Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:50:12.089Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:50:12.100Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:12.101Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:50:12.988Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2d63ebdc-9c19-4249-a8a1-9181a8336f71 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-14T06:50:12.989Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-14T06:50:12.989Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-14T06:50:13.028Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-14T06:50:13.029Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2d63ebdc-9c19-4249-a8a1-9181a8336f71 903 2022-11-14T06:50:13.029Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-14T06:50:13.029Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-14T06:50:13.029Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:50:13.030Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:50:13.033Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:50:13.033Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408613029, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:50:13.133Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:50:13.134Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:50:13.134Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:50:13.150Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:13.150Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:50:14.033Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: bbaebbe1-a685-47c9-b156-2077e40d8121 2022-11-14T06:50:14.034Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ead8f9e0-8ada-423c-ab56-bafef6383715 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:50:14.044Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66fc73c9, org.onap.sdc.toscaparser.api.parameters.Input@5e36be3c, org.onap.sdc.toscaparser.api.parameters.Input@199e4402, org.onap.sdc.toscaparser.api.parameters.Input@231513ea, org.onap.sdc.toscaparser.api.parameters.Input@26724e7a] 2022-11-14T06:50:14.046Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:14.046Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:50:14.046Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-14T06:50:14.046Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 66558508-2db3-42ca-8f07-9775e28f1bc6 2022-11-14T06:50:14.046Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66558508-2db3-42ca-8f07-9775e28f1bc6 matches Tosca VF Customization UUID: 66558508-2db3-42ca-8f07-9775e28f1bc6 2022-11-14T06:50:14.046Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 66558508-2db3-42ca-8f07-9775e28f1bc6 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-14T06:50:14.048Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:14.049Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:50:14.050Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 66558508-2db3-42ca-8f07-9775e28f1bc6: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-11-14T06:50:14.050Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d8afd53 2022-11-14T06:50:14.051Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:14.052Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-14T06:50:14.052Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d8c0553-ae28-477b-8a38-95cb7ddcc30b 2022-11-14T06:50:14.053Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d8c0553-ae28-477b-8a38-95cb7ddcc30b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-14T06:50:14.057Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:14.057Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-14T06:50:14.057Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:50:14.058Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:14.058Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-14T06:50:14.058Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:50:14.058Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:14.059Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-14T06:50:14.059Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-14T06:50:14.059Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-14T06:50:14.059Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=953e1cd3-f687-47ef-bb98-e9dc1db38467 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-14T06:50:14.062Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:14.062Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-14T06:50:14.062Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:50:14.062Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:14.062Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-14T06:50:14.063Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=66558508-2db3-42ca-8f07-9775e28f1bc6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:50:14.064Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:14.064Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:50:14.065Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid bbaebbe1-a685-47c9-b156-2077e40d8121: basic_vm_macro 2022-11-14T06:50:14.065Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:14.065Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:50:14.065Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:14.066Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:50:14.066Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:14.066Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:50:14.066Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:14.067Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:50:14.067Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:50:14.067Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:50:14.067Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:50:14.141Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ead8f9e0-8ada-423c-ab56-bafef6383715 1 ASDC deployResourceStructure 2022-11-14T06:50:14.142Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-14T06:50:14.143Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-14T06:50:14.143Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:50:14.143Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:50:14.146Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:50:14.146Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408614142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:50:14.247Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:50:14.247Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:50:14.248Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:50:14.269Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:14.270Z||pool-112-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:50:15.147Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-14T06:50:15.148Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-14T06:50:15.148Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:50:15.148Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:50:15.151Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:50:15.151Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408615147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-14T06:50:15.250Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:50:15.251Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:50:15.251Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:50:15.268Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:15.269Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:50:16.151Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-14T06:50:16.152Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-14T06:50:16.152Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:50:16.153Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:50:16.154Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:50:16.155Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408616151, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-14T06:50:16.255Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:50:16.256Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:50:16.256Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:50:16.266Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:16.267Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:50:17.155Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-14T06:50:17.156Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-14T06:50:17.156Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:50:17.157Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:50:17.168Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:50:17.168Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408617155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:50:17.260Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-11-14T06:50:17.261Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:50:17.262Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:50:17.275Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:17.275Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:50:18.172Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:50:18.183Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:50:18.185Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:50:18.185Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:50:18.185Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:50:48.185Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:50:48.192Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:50:48.194Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:50:48.194Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:50:48.194Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:50:59.608Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:50:59.608Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:50:59.608Z|17873325-6e7b-49d1-9b10-ed2f73783c45|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:50:59.629Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:50:59.630Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:50:59.630Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "cds", "timestamp": 1668408599533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:50:59.635Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 2022-11-14T06:50:59.635Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:51:18.195Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:51:18.202Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:51:18.204Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:51:18.204Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:51:18.204Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:51:48.204Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:51:48.211Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:51:48.212Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:51:48.212Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:51:48.212Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:51:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:51:59.608Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:51:59.608Z|17873325-6e7b-49d1-9b10-ed2f73783c45|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:51:59.630Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:51:59.631Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:51:59.631Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "aai-ml", "timestamp": 1668408596418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:51:59.631Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:18.213Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:52:18.220Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:52:18.222Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:52:18.222Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:52:18.222Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:52:48.223Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:52:48.229Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:52:48.230Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:52:48.230Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-14T06:52:48.231Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-14T06:52:59.624Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:52:59.625Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:52:59.625Z|17873325-6e7b-49d1-9b10-ed2f73783c45|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:52:59.663Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:52:59.673Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.673Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "multicloud-k8s-id", "timestamp": 1668408595444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.674Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.674Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.674Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.674Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.675Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.675Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.675Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.675Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.675Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "aai-ml", "timestamp": 1668408596418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.675Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.676Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.676Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "multicloud-k8s-id", "timestamp": 1668408595444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.677Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.677Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.677Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.677Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.677Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.677Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-14T06:52:59.677Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.678Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.678Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "aai-ml", "timestamp": 1668408596418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.678Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.678Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.678Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "multicloud-k8s-id", "timestamp": 1668408595444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:52:59.678Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.679Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.679Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.679Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.679Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.679Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-14T06:52:59.679Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.680Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.680Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "aai-ml", "timestamp": 1668408596418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:52:59.680Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.680Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.680Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "multicloud-k8s-id", "timestamp": 1668408604185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.680Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.681Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.681Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.681Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.681Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.681Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.681Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.681Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.682Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "aai-ml", "timestamp": 1668408605181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.682Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.682Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.683Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "cds", "timestamp": 1668408603281, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.683Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.683Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.683Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "multicloud-k8s-id", "timestamp": 1668408605281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.684Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.684Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.684Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.690Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.691Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.691Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-14T06:52:59.691Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.691Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.691Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "cds", "timestamp": 1668408603281, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.691Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.692Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.692Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "multicloud-k8s-id", "timestamp": 1668408606339, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.692Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.692Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.692Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.692Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.693Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.693Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.693Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.693Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.693Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "cds", "timestamp": 1668408603281, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.693Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.694Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.694Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "multicloud-k8s-id", "timestamp": 1668408607372, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:52:59.698Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 2022-11-14T06:52:59.698Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:52:59.703Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.704Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:52:59.704Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.704Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.704Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.704Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.704Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.705Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "ves-openapi-manager", "timestamp": 1668408606420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.705Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.705Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.705Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "cds", "timestamp": 1668408603281, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.705Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.705Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.705Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "multicloud-k8s-id", "timestamp": 1668408608376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:52:59.706Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.706Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.706Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408607946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.706Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.706Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.706Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:52:59.707Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.707Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.707Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "ves-openapi-manager", "timestamp": 1668408606420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.707Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.707Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.708Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "cds", "timestamp": 1668408603281, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.708Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.708Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.708Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "ves-openapi-manager", "timestamp": 1668408606420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.708Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.709Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.709Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408608446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.709Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.709Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.709Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "cds", "timestamp": 1668408603281, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.709Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.709Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.710Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "ves-openapi-manager", "timestamp": 1668408606420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.710Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.710Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.710Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408610391, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:52:59.710Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.710Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.711Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "cds", "timestamp": 1668408603281, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.711Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.711Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.711Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "ves-openapi-manager", "timestamp": 1668408606420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.711Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.711Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.711Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408611395, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:52:59.714Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 2022-11-14T06:52:59.714Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:52:59.718Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.718Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408610932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.719Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.719Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.719Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "cds", "timestamp": 1668408603281, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.719Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.719Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.719Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "aai-ml", "timestamp": 1668408612373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:52:59.719Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.720Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.720Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "ves-openapi-manager", "timestamp": 1668408606420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.720Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.720Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.723Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.724Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.724Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.724Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408611985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.724Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.724Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.725Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "cds", "timestamp": 1668408603281, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.725Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.725Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.725Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "aai-ml", "timestamp": 1668408613377, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:52:59.727Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 2022-11-14T06:52:59.728Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:52:59.733Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.734Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "ves-openapi-manager", "timestamp": 1668408606420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.734Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.734Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.734Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.734Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.734Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.735Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "cds", "timestamp": 1668408603281, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:52:59.735Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.735Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.735Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408613029, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.735Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.735Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.736Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "ves-openapi-manager", "timestamp": 1668408606420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.736Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.736Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.736Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.736Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.736Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.737Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "cds", "timestamp": 1668408614047, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.737Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.737Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.737Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408614142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:52:59.737Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.737Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.737Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "ves-openapi-manager", "timestamp": 1668408606420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.738Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.738Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.738Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.738Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.738Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.738Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "multicloud-k8s-id", "timestamp": 1668408615444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.739Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.739Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.739Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408615147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-14T06:52:59.739Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.739Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.739Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "ves-openapi-manager", "timestamp": 1668408606420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.740Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.740Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.740Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "cds", "timestamp": 1668408615455, "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-11-14T06:52:59.746Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4bd635b2-04ca-4a17-8417-eb937cddc771 2022-11-14T06:52:59.747Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bd635b2-04ca-4a17-8417-eb937cddc771 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:52:59.752Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.752Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.752Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.752Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.752Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "multicloud-k8s-id", "timestamp": 1668408615444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-14T06:52:59.753Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.753Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.753Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408616151, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-14T06:52:59.753Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.753Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.753Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.754Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.754Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.754Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "multicloud-k8s-id", "timestamp": 1668408615444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-14T06:52:59.754Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.754Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.755Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408617155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:52:59.755Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.755Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.755Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.755Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.755Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.755Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "multicloud-k8s-id", "timestamp": 1668408615444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.756Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.756Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.756Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.756Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.756Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.756Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "multicloud-k8s-id", "timestamp": 1668408615444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-14T06:52:59.757Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.757Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.757Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.757Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.757Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.757Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "multicloud-k8s-id", "timestamp": 1668408615444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-14T06:52:59.758Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.758Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.758Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408599160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:52:59.758Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.758Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.758Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "multicloud-k8s-id", "timestamp": 1668408615444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-14T06:52:59.758Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.759Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.759Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408622517, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.759Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.759Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.759Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "multicloud-k8s-id", "timestamp": 1668408615444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.759Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.759Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.760Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "multicloud-k8s-id", "timestamp": 1668408615444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.760Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.760Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.760Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "multicloud-k8s-id", "timestamp": 1668408615444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:52:59.760Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.760Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.761Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408624743, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:52:59.761Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.761Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.761Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "multicloud-k8s-id", "timestamp": 1668408626174, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.761Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.761Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.761Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408625749, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:52:59.764Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4bd635b2-04ca-4a17-8417-eb937cddc771 2022-11-14T06:52:59.765Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bd635b2-04ca-4a17-8417-eb937cddc771 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:52:59.769Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.770Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "aai-ml", "timestamp": 1668408626418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.770Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.770Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.770Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "multicloud-k8s-id", "timestamp": 1668408627233, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.770Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.770Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.771Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "aai-ml", "timestamp": 1668408626418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.771Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.771Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.771Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "multicloud-k8s-id", "timestamp": 1668408628337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.771Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.771Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.772Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "aai-ml", "timestamp": 1668408626418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.772Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.772Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.772Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "multicloud-k8s-id", "timestamp": 1668408629447, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.773Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.773Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.773Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "aai-ml", "timestamp": 1668408626418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.773Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.773Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.773Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "multicloud-k8s-id", "timestamp": 1668408630534, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:52:59.776Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4bd635b2-04ca-4a17-8417-eb937cddc771 2022-11-14T06:52:59.776Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bd635b2-04ca-4a17-8417-eb937cddc771 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:52:59.780Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.780Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "aai-ml", "timestamp": 1668408626418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.781Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.781Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.781Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "ves-openapi-manager", "timestamp": 1668408626420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.781Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.781Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.781Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408629160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.782Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.782Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.782Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "multicloud-k8s-id", "timestamp": 1668408631539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:52:59.782Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.782Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.782Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "aai-ml", "timestamp": 1668408626418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.783Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.783Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.783Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408629160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.783Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.784Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.784Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "ves-openapi-manager", "timestamp": 1668408626420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.784Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.784Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.784Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "aai-ml", "timestamp": 1668408626418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.784Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.785Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.785Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408629160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.785Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.785Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.785Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "ves-openapi-manager", "timestamp": 1668408626420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.786Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.786Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.786Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "aai-ml", "timestamp": 1668408626418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.786Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.786Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.787Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "ves-openapi-manager", "timestamp": 1668408626420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.787Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.788Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.788Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408629160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.788Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.788Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.788Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "aai-ml", "timestamp": 1668408626418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.788Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "ves-openapi-manager", "timestamp": 1668408626420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408629160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "cds", "timestamp": 1668408633281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "aai-ml", "timestamp": 1668408626418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:52:59.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "multicloud-k8s-id", "timestamp": 1668408635445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.789Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "ves-openapi-manager", "timestamp": 1668408626420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.790Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.790Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.790Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408629160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.790Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.790Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.790Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "cds", "timestamp": 1668408633281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.790Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.790Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.790Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "multicloud-k8s-id", "timestamp": 1668408635445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.790Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.790Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.790Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "ves-openapi-manager", "timestamp": 1668408626420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-14T06:52:59.790Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.790Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.790Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408629160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.791Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.791Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.791Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "aai-ml", "timestamp": 1668408637172, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.791Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.791Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.791Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "cds", "timestamp": 1668408633281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.791Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.791Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.791Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "multicloud-k8s-id", "timestamp": 1668408635445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.791Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.791Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.791Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "ves-openapi-manager", "timestamp": 1668408626420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.791Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.791Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.791Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408629160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.791Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.792Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.792Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "cds", "timestamp": 1668408633281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.792Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.792Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.792Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "multicloud-k8s-id", "timestamp": 1668408635445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.792Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.792Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.792Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "ves-openapi-manager", "timestamp": 1668408626420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.792Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.792Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.792Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408629160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:52:59.792Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.792Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.792Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "cds", "timestamp": 1668408633281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.792Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.792Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.792Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "multicloud-k8s-id", "timestamp": 1668408635445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.793Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.793Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.793Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "cds", "timestamp": 1668408633281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.793Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.793Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.793Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "ves-openapi-manager", "timestamp": 1668408639711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.793Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.793Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.793Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408639716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.793Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.793Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.793Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "multicloud-k8s-id", "timestamp": 1668408635445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.793Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.793Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.793Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "cds", "timestamp": 1668408633281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.794Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.794Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.794Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "ves-openapi-manager", "timestamp": 1668408640761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-14T06:52:59.794Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.794Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.794Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "multicloud-k8s-id", "timestamp": 1668408635445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.794Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.794Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.794Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408641593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:52:59.794Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.794Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.794Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "cds", "timestamp": 1668408633281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.794Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.795Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.795Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "ves-openapi-manager", "timestamp": 1668408641764, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:52:59.808Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f551e266-ac07-4a49-a493-b8e63f023809 2022-11-14T06:52:59.808Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f551e266-ac07-4a49-a493-b8e63f023809 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:52:59.819Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.819Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "multicloud-k8s-id", "timestamp": 1668408635445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.819Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.819Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.819Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668408642596, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:52:59.825Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f551e266-ac07-4a49-a493-b8e63f023809 2022-11-14T06:52:59.825Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f551e266-ac07-4a49-a493-b8e63f023809 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:52:59.830Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.830Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "cds", "timestamp": 1668408633281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:52:59.830Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.830Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.830Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "multicloud-k8s-id", "timestamp": 1668408635445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:52:59.830Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.831Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.831Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "cds", "timestamp": 1668408642989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:52:59.831Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.831Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.831Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "aai-ml", "timestamp": 1668408644547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:52:59.831Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:52:59.831Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.831Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "aai-ml", "timestamp": 1668408645551, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:52:59.833Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4bd635b2-04ca-4a17-8417-eb937cddc771 2022-11-14T06:52:59.833Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bd635b2-04ca-4a17-8417-eb937cddc771 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:52:59.837Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.837Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "cds", "timestamp": 1668408644298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:52:59.839Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f551e266-ac07-4a49-a493-b8e63f023809 2022-11-14T06:52:59.839Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f551e266-ac07-4a49-a493-b8e63f023809 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:52:59.843Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.843Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "aai-ml", "timestamp": 1668408656419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.844Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.844Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.844Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "aai-ml", "timestamp": 1668408656419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.844Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.844Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.844Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "aai-ml", "timestamp": 1668408656419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.844Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:52:59.844Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-14T06:52:59.844Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "aai-ml", "timestamp": 1668408656419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:52:59.844Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-14T06:53:18.231Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:53:18.238Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:53:18.241Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:53:18.241Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-14T06:53:18.241Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-14T06:53:18.241Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-14T06:53:18.241Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:53:18.241Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:53:18.241Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:53:18.242Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:53:18.242Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:53:18.242Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:53:18.245Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-14T06:53:48.245Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-14T06:53:48.255Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 and serviceModelVersionId: bbaebbe1-a685-47c9-b156-2077e40d8121 2022-11-14T06:53:48.256Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cb8ce33-a487-4438-abd5-7702c3457d87 2022-11-14T06:53:48.257Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cb8ce33-a487-4438-abd5-7702c3457d87/model-vers/model-ver/bbaebbe1-a685-47c9-b156-2077e40d8121?depth=0 2022-11-14T06:53:48.263Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-14T06:53:48.311Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cb8ce33-a487-4438-abd5-7702c3457d87/model-vers/model-ver/bbaebbe1-a685-47c9-b156-2077e40d8121?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-14T06:53:48.313Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cb8ce33-a487-4438-abd5-7702c3457d87/model-vers/model-ver/bbaebbe1-a685-47c9-b156-2077e40d8121?depth=0|INFO|500||Invoke 2022-11-14T06:53:48.333Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cb8ce33-a487-4438-abd5-7702c3457d87/model-vers/model-ver/bbaebbe1-a685-47c9-b156-2077e40d8121?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-14T06:53:48.471Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cb8ce33-a487-4438-abd5-7702c3457d87/model-vers/model-ver/bbaebbe1-a685-47c9-b156-2077e40d8121?depth=0|INFO|500||InvokeReturn 2022-11-14T06:53:48.471Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cb8ce33-a487-4438-abd5-7702c3457d87/model-vers/model-ver/bbaebbe1-a685-47c9-b156-2077e40d8121?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221114-06:53:49:635-15809], vertex-id=[209144], Content-Length=[0], Date=[Mon, 14 Nov 2022 06:53:49 GMT], Content-Type=[application/json]} 2022-11-14T06:53:48.472Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-11-14T06:53:48.472Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-14T06:53:48.472Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:53:48.475Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-14T06:53:48.476Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aaef19a7-72cb-4cbb-acdd-ff8b87770ab0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-14T06:53:48.476Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-14T06:53:48.476Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:53:48.478Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:53:48.478Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408828476, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:53:48.578Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:53:48.578Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:53:48.578Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:53:48.609Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:53:48.609Z||pool-116-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-14T06:53:49.486Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-14T06:53:49.486Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4bd635b2-04ca-4a17-8417-eb937cddc771","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"fe4cf027-624f-4c8c-a7bc-a0c19e4db348","serviceDescription":"service","serviceInvariantUUID":"ff525c61-e70f-4529-b5f5-d46bdb2fc314","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f40dc880-6c43-47dd-8120-27de374f22df","resourceInvariantUUID":"7edbf15c-fac4-487c-ac25-8a60131ff93d","resourceCustomizationUUID":"56628846-3ef8-493c-b51f-7383175984b2","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":"MmM5NjYwN2RkOGY3ZjNiYzY2MGM1YmQ1NGQ0NGE4ZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"31fe320c-6179-428b-b91a-78b4dd2ce3a8","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":"MWQ1OGJiYzRlNTRkYzA5ZTk0M2U1NjExZGIyZjMzY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0c3f7854-303a-4b8e-9e92-4f513f60cac0","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":"6dcc6c95-2785-46d2-bd13-7fddd85e8284","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":"134af391-ad5b-4dc8-ad64-160041b11a6d","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":"77287d36-c870-4185-84ad-727199689930","artifactVersion":"2","generatedFromUUID":"fb7f8f0b-bc42-42ea-abe8-9b44899be069"},{"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":"68d8d747-9d1a-4215-ba78-b336eef05069","artifactVersion":"2","generatedFromUUID":"6dcc6c95-2785-46d2-bd13-7fddd85e8284"},{"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":"fb7f8f0b-bc42-42ea-abe8-9b44899be069","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":"22072d15-2eb7-48ef-aed7-abcf7f361a45","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":"YTRjYjU1YmE4NjBkNzIyMWY0ZWViMWJjNWQ1MTczYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8c4dc0d-dffe-4419-81fb-e75d831b279f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZWIyOTc4ZmQxZmEwMmU3MjAwOGM1ZDRhNjI2YTAwYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1fbbf89c-324a-4fb5-b752-8012bdecd036","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-14T06:53:49.487Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:53:49.487Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:53:49.489Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:53:49.489Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:53:49.589Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:53:49.590Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:53:49.590Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:53:49.602Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:53:49.602Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:53:50.490Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:53:50.490Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:53:50.492Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:53:50.492Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-14T06:53:50.592Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:53:50.592Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:53:50.593Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:53:50.618Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:53:50.618Z||pool-118-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:53:51.493Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:53:51.493Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:53:51.495Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:53:51.495Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-14T06:53:51.595Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:53:51.596Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:53:51.596Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:53:51.605Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:53:51.606Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:53:52.496Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:53:52.496Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:53:52.498Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:53:52.498Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:53:52.598Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:53:52.599Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:53:52.599Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:53:52.613Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:53:52.613Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:53:53.499Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:53:53.499Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:53:53.501Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:53:53.501Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-14T06:53:53.601Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:53:53.602Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:53:53.602Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:53:53.614Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:53:53.615Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:53:54.501Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:53:54.502Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:53:54.504Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:53:54.504Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-14T06:53:54.604Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:53:54.605Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:53:54.605Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:53:54.620Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:53:54.621Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:53:55.504Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:53:55.505Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:53:55.508Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:53:55.508Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-14T06:53:55.608Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:53:55.609Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:53:55.609Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:53:55.627Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:53:55.628Z||pool-123-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:53:56.508Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:53:56.509Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:53:56.512Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:53:56.512Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:53:56.612Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:53:56.613Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:53:56.613Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:53:56.622Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:53:56.622Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:53:57.512Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:53:57.513Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:53:57.515Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:53:57.516Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:53:57.616Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:53:57.616Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:53:57.616Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:53:57.628Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:53:57.628Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:53:58.516Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:53:58.517Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:53:58.519Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:53:58.519Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:53:58.619Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:53:58.624Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:53:58.625Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:53:58.638Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:53:58.639Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:53:59.521Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "fe4cf027-624f-4c8c-a7bc-a0c19e4db348", "serviceDescription": "service", "serviceInvariantUUID": "ff525c61-e70f-4529-b5f5-d46bdb2fc314", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "56628846-3ef8-493c-b51f-7383175984b2", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f40dc880-6c43-47dd-8120-27de374f22df", "resourceInvariantUUID": "7edbf15c-fac4-487c-ac25-8a60131ff93d", "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": "MWQ1OGJiYzRlNTRkYzA5ZTk0M2U1NjExZGIyZjMzY2M\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c3f7854-303a-4b8e-9e92-4f513f60cac0", "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": "6dcc6c95-2785-46d2-bd13-7fddd85e8284", "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": "68d8d747-9d1a-4215-ba78-b336eef05069", "generatedFromUUID": "6dcc6c95-2785-46d2-bd13-7fddd85e8284" }, "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": "77287d36-c870-4185-84ad-727199689930", "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": "68d8d747-9d1a-4215-ba78-b336eef05069", "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": "fb7f8f0b-bc42-42ea-abe8-9b44899be069", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZWIyOTc4ZmQxZmEwMmU3MjAwOGM1ZDRhNjI2YTAwYzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1fbbf89c-324a-4fb5-b752-8012bdecd036" } ], "workloadContext": "Production" } 2022-11-14T06:53:59.521Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-14T06:53:59.521Z|aaef19a7-72cb-4cbb-acdd-ff8b87770ab0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fe4cf027-624f-4c8c-a7bc-a0c19e4db348 ASDC 2022-11-14T06:53:59.522Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:4bd635b2-04ca-4a17-8417-eb937cddc771 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:fe4cf027-624f-4c8c-a7bc-a0c19e4db348 ServiceInvariantUUID:ff525c61-e70f-4529-b5f5-d46bdb2fc314 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:1fbbf89c-324a-4fb5-b752-8012bdecd036 ArtifactChecksum:ZWIyOTc4ZmQxZmEwMmU3MjAwOGM1ZDRhNjI2YTAwYzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:56628846-3ef8-493c-b51f-7383175984b2 ResourceInvariantUUID:7edbf15c-fac4-487c-ac25-8a60131ff93d ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:f40dc880-6c43-47dd-8120-27de374f22df 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:0c3f7854-303a-4b8e-9e92-4f513f60cac0 ArtifactChecksum:MWQ1OGJiYzRlNTRkYzA5ZTk0M2U1NjExZGIyZjMzY2M= 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:6dcc6c95-2785-46d2-bd13-7fddd85e8284 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:68d8d747-9d1a-4215-ba78-b336eef05069 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:77287d36-c870-4185-84ad-727199689930 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:68d8d747-9d1a-4215-ba78-b336eef05069 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:fb7f8f0b-bc42-42ea-abe8-9b44899be069 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-14T06:53:59.523Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe4cf027-624f-4c8c-a7bc-a0c19e4db348 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-14T06:53:59.546Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:53:59.547Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-14T06:53:59.547Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-14T06:53:59.547Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1fbbf89c-324a-4fb5-b752-8012bdecd036 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-14T06:53:59.547Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-14T06:53:59.548Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-14T06:53:59.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:53:59.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:53:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:53:59.634Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:53:59.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:53:59.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "aai-ml", "timestamp": 1668408656419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:53:59.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:53:59.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:53:59.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "aai-ml", "timestamp": 1668408656419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:53:59.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:53:59.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:53:59.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "aai-ml", "timestamp": 1668408656419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:53:59.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:53:59.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:53:59.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "aai-ml", "timestamp": 1668408656419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:53:59.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:53:59.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:53:59.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "aai-ml", "timestamp": 1668408656419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:53:59.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:53:59.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:53:59.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "aai-ml", "timestamp": 1668408666174, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:53:59.636Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:53:59.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:53:59.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "aai-ml", "timestamp": 1668408671056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:53:59.637Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:53:59.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:53:59.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "aai-ml", "timestamp": 1668408672060, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:53:59.639Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f551e266-ac07-4a49-a493-b8e63f023809 2022-11-14T06:53:59.639Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f551e266-ac07-4a49-a493-b8e63f023809 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:53:59.701Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-14T06:53:59.708Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 1fbbf89c-324a-4fb5-b752-8012bdecd036 162985 2022-11-14T06:53:59.709Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-14T06:53:59.709Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-14T06:53:59.716Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:53:59.717Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:53:59.722Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:53:59.722Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408839709, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:53:59.822Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:53:59.823Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:53:59.823Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:53:59.832Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:53:59.833Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:00.722Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:54:00.724Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-14T06:54:00.724Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1fbbf89c-324a-4fb5-b752-8012bdecd036, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-14T06:54:00.724Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-14T06:54:00.725Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-14T06:54:00.725Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-14T06:54:00.827Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5982484002229293262/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-11-14T06:54:01.825Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-14T06:54:01.825Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-14T06:54:01.825Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-14T06:54:01.825Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-14T06:54:01.826Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-14T06:54:01.826Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-14T06:54:01.826Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-14T06:54:01.826Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-14T06:54:01.826Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-14T06:54:01.826Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:01.826Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:01.826Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-14T06:54:01.826Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-14T06:54:01.827Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:54:01.827Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:01.827Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:01.827Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-14T06:54:01.827Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-14T06:54:01.827Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:54:01.827Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:01.828Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:01.828Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:01.828Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-14T06:54:01.828Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-14T06:54:01.828Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-14T06:54:01.828Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-14T06:54:01.828Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:01.829Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-14T06:54:01.829Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:01.829Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-14T06:54:01.829Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:54:01.829Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:01.829Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-14T06:54:01.830Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:54:01.830Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:01.830Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-14T06:54:01.830Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:54:01.830Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:01.830Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-14T06:54:01.831Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:54:01.831Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:01.831Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-14T06:54:01.831Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-14T06:54:01.831Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=bf12ce55-35fc-4e8e-9e66-665787efa191 2022-11-14T06:54:01.831Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:01.831Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:01.832Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:01.832Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:01.832Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:01.832Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:01.832Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:01.832Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:01.832Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:fe4cf027-624f-4c8c-a7bc-a0c19e4db348 Model Version:NULL Model InvariantUuid:ff525c61-e70f-4529-b5f5-d46bdb2fc314 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:21d85031-7964-41a7-be25-64082edd3f64 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7edbf15c-fac4-487c-ac25-8a60131ff93d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:56628846-3ef8-493c-b51f-7383175984b2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f33e65e5-6fbd-47f6-899c-9b4d50e95de7 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:eef88019-07d8-450b-aa4a-b7b94796fb14 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:73310500-3175-40be-822e-0df0aabb48bd ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:fd95694f-cdff-4d79-9160-13c49b5ee0f1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bf12ce55-35fc-4e8e-9e66-665787efa191 ModelInvariantUuid:4dc74789-f556-400e-821b-fd0f14ab048b ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:67d151f1-54e3-4348-ae1a-9af125797db0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:a272d306-92ac-4e1f-b4f5-b94ba6a86b06 ModelInvariantUuid:0b5bd069-d943-4ccf-bdb7-86278ce0989c ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:5fed8bf2-3f48-40e7-8af4-874a9cf2ff98 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-14T06:54:01.838Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f40dc880-6c43-47dd-8120-27de374f22df Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:54:01.840Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0 2022-11-14T06:54:01.840Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f40dc880-6c43-47dd-8120-27de374f22df 2022-11-14T06:54:01.841Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0c3f7854-303a-4b8e-9e92-4f513f60cac0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-14T06:54:01.841Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-14T06:54:01.841Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-14T06:54:01.889Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-14T06:54:01.890Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 0c3f7854-303a-4b8e-9e92-4f513f60cac0 1565 2022-11-14T06:54:01.890Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-14T06:54:01.890Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-14T06:54:01.890Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:54:01.891Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:01.893Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:01.893Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408841890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:54:01.993Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:54:01.994Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:01.994Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:02.003Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:02.004Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:02.894Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "73310500-3175-40be-822e-0df0aabb48bd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fd95694f-cdff-4d79-9160-13c49b5ee0f1", "vfModuleModelCustomizationUUID": "1a157342-4491-47e1-8441-95df4b2ff1cf", "isBase": true, "artifacts": [ "6dcc6c95-2785-46d2-bd13-7fddd85e8284", "68d8d747-9d1a-4215-ba78-b336eef05069" ], "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": "f33e65e5-6fbd-47f6-899c-9b4d50e95de7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eef88019-07d8-450b-aa4a-b7b94796fb14", "vfModuleModelCustomizationUUID": "d35460a3-fa9e-4959-bd5e-d1dc708b55cd", "isBase": false, "artifacts": [ "fb7f8f0b-bc42-42ea-abe8-9b44899be069" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-14T06:54:02.897Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fd95694f-cdff-4d79-9160-13c49b5ee0f1 VfModuleModelInvariantUUID:73310500-3175-40be-822e-0df0aabb48bd VfModuleModelDescription:NULL Artifacts UUID List:{ 6dcc6c95-2785-46d2-bd13-7fddd85e8284 , 68d8d747-9d1a-4215-ba78-b336eef05069 } 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:eef88019-07d8-450b-aa4a-b7b94796fb14 VfModuleModelInvariantUUID:f33e65e5-6fbd-47f6-899c-9b4d50e95de7 VfModuleModelDescription:NULL Artifacts UUID List:{ fb7f8f0b-bc42-42ea-abe8-9b44899be069 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-14T06:54:02.899Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "73310500-3175-40be-822e-0df0aabb48bd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fd95694f-cdff-4d79-9160-13c49b5ee0f1", "vfModuleModelCustomizationUUID": "1a157342-4491-47e1-8441-95df4b2ff1cf", "isBase": true, "artifacts": [ "6dcc6c95-2785-46d2-bd13-7fddd85e8284", "68d8d747-9d1a-4215-ba78-b336eef05069" ], "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": "f33e65e5-6fbd-47f6-899c-9b4d50e95de7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eef88019-07d8-450b-aa4a-b7b94796fb14", "vfModuleModelCustomizationUUID": "d35460a3-fa9e-4959-bd5e-d1dc708b55cd", "isBase": false, "artifacts": [ "fb7f8f0b-bc42-42ea-abe8-9b44899be069" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-14T06:54:02.899Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fd95694f-cdff-4d79-9160-13c49b5ee0f1 VfModuleModelInvariantUUID:73310500-3175-40be-822e-0df0aabb48bd VfModuleModelDescription:NULL Artifacts UUID List:{ 6dcc6c95-2785-46d2-bd13-7fddd85e8284 , 68d8d747-9d1a-4215-ba78-b336eef05069 } 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:eef88019-07d8-450b-aa4a-b7b94796fb14 VfModuleModelInvariantUUID:f33e65e5-6fbd-47f6-899c-9b4d50e95de7 VfModuleModelDescription:NULL Artifacts UUID List:{ fb7f8f0b-bc42-42ea-abe8-9b44899be069 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-14T06:54:02.899Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6dcc6c95-2785-46d2-bd13-7fddd85e8284 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-14T06:54:02.899Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-14T06:54:02.899Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-14T06:54:02.950Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-14T06:54:02.950Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 6dcc6c95-2785-46d2-bd13-7fddd85e8284 914 2022-11-14T06:54:02.950Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-14T06:54:02.950Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-14T06:54:02.951Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:54:02.951Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:02.952Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:02.953Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408842950, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:54:03.053Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:54:03.054Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:03.054Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:03.065Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:03.065Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:03.953Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 77287d36-c870-4185-84ad-727199689930 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-14T06:54:03.954Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-14T06:54:03.954Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-14T06:54:03.998Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-14T06:54:03.998Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 77287d36-c870-4185-84ad-727199689930 12 2022-11-14T06:54:03.999Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-14T06:54:03.999Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-14T06:54:03.999Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:54:03.999Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:04.002Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:04.002Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408843998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:54:04.102Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:54:04.103Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:04.104Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:04.114Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:04.114Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:05.003Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 68d8d747-9d1a-4215-ba78-b336eef05069 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-14T06:54:05.003Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-14T06:54:05.003Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-14T06:54:05.049Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-14T06:54:05.049Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 68d8d747-9d1a-4215-ba78-b336eef05069 96 2022-11-14T06:54:05.049Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-14T06:54:05.050Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-14T06:54:05.050Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:54:05.050Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:05.052Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:05.053Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408845049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:54:05.152Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:54:05.153Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:05.153Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:05.163Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:05.163Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:06.053Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fb7f8f0b-bc42-42ea-abe8-9b44899be069 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-14T06:54:06.054Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-14T06:54:06.054Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-14T06:54:06.106Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-14T06:54:06.107Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz fb7f8f0b-bc42-42ea-abe8-9b44899be069 20206 2022-11-14T06:54:06.108Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-14T06:54:06.108Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-14T06:54:06.108Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:54:06.108Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:06.110Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:06.110Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408846108, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-14T06:54:06.214Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-11-14T06:54:06.215Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:06.216Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:06.236Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:06.237Z||pool-132-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:54:07.114Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fe4cf027-624f-4c8c-a7bc-a0c19e4db348 2022-11-14T06:54:07.114Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 f40dc880-6c43-47dd-8120-27de374f22df ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:54:07.122Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@651471ef, org.onap.sdc.toscaparser.api.parameters.Input@24abc4c7, org.onap.sdc.toscaparser.api.parameters.Input@6a2516f9, org.onap.sdc.toscaparser.api.parameters.Input@78a3b11, org.onap.sdc.toscaparser.api.parameters.Input@4157a906] 2022-11-14T06:54:07.123Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:07.123Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:07.124Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-14T06:54:07.124Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 56628846-3ef8-493c-b51f-7383175984b2 2022-11-14T06:54:07.124Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 56628846-3ef8-493c-b51f-7383175984b2 matches Tosca VF Customization UUID: 56628846-3ef8-493c-b51f-7383175984b2 2022-11-14T06:54:07.124Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 56628846-3ef8-493c-b51f-7383175984b2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-14T06:54:07.126Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:07.126Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:07.127Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 56628846-3ef8-493c-b51f-7383175984b2: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-11-14T06:54:07.127Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f7475c8 2022-11-14T06:54:07.127Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:07.127Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-14T06:54:07.127Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d35460a3-fa9e-4959-bd5e-d1dc708b55cd 2022-11-14T06:54:07.127Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d35460a3-fa9e-4959-bd5e-d1dc708b55cd Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-14T06:54:07.129Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:07.129Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-14T06:54:07.129Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:54:07.130Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:07.130Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-14T06:54:07.130Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-14T06:54:07.130Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:07.130Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-14T06:54:07.131Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=56628846-3ef8-493c-b51f-7383175984b2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:54:07.132Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:07.132Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:07.132Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fe4cf027-624f-4c8c-a7bc-a0c19e4db348: basic_cnf_macro 2022-11-14T06:54:07.133Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:07.133Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:07.133Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:07.133Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:07.133Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:07.133Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:07.133Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:07.134Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:07.134Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:07.134Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:07.134Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-14T06:54:07.162Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro f40dc880-6c43-47dd-8120-27de374f22df 2 ASDC deployResourceStructure 2022-11-14T06:54:07.163Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-14T06:54:07.163Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-14T06:54:07.163Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:54:07.163Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:07.165Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:07.165Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408847163, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:54:07.265Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:54:07.266Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:07.266Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:07.277Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:07.277Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:08.166Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-14T06:54:08.166Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-14T06:54:08.167Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:54:08.167Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:08.170Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:08.170Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408848166, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-14T06:54:08.271Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-14T06:54:08.272Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:08.272Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:08.286Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:08.286Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:09.171Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-14T06:54:09.171Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-11-14T06:54:09.171Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-14T06:54:09.172Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:09.173Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:09.173Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408849171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-14T06:54:09.284Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:54:09.285Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:09.285Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:09.296Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:09.296Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:10.185Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-14T06:54:10.186Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-14T06:54:10.186Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:54:10.186Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:10.187Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:10.188Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408850185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-14T06:54:10.288Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:54:10.289Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:10.289Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:10.312Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:10.312Z||pool-136-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:11.190Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-14T06:54:11.190Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-14T06:54:11.190Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-14T06:54:11.191Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:11.192Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:11.192Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408851189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-14T06:54:11.292Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:54:11.293Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:11.293Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:11.306Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:11.306Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:12.193Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-14T06:54:12.194Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-14T06:54:12.194Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:54:12.194Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:12.212Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:12.212Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408852193, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:54:12.305Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-11-14T06:54:12.305Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:12.306Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:12.316Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:12.316Z||pool-138-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:13.213Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bd635b2-04ca-4a17-8417-eb937cddc771 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:54:13.218Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bd635b2-04ca-4a17-8417-eb937cddc771 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:54:13.220Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:54:13.220Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-14T06:54:13.220Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-14T06:54:13.220Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-14T06:54:13.220Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:54:13.220Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:54:13.220Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:54:13.220Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:54:13.220Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:54:13.220Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:54:13.223Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-14T06:54:43.224Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4bd635b2-04ca-4a17-8417-eb937cddc771 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-14T06:54:43.242Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4bd635b2-04ca-4a17-8417-eb937cddc771 and serviceModelVersionId: fe4cf027-624f-4c8c-a7bc-a0c19e4db348 2022-11-14T06:54:43.242Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff525c61-e70f-4529-b5f5-d46bdb2fc314 2022-11-14T06:54:43.243Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff525c61-e70f-4529-b5f5-d46bdb2fc314/model-vers/model-ver/fe4cf027-624f-4c8c-a7bc-a0c19e4db348?depth=0 2022-11-14T06:54:43.246Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-14T06:54:43.296Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff525c61-e70f-4529-b5f5-d46bdb2fc314/model-vers/model-ver/fe4cf027-624f-4c8c-a7bc-a0c19e4db348?depth=0|INFO|500||Invoke 2022-11-14T06:54:43.296Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff525c61-e70f-4529-b5f5-d46bdb2fc314/model-vers/model-ver/fe4cf027-624f-4c8c-a7bc-a0c19e4db348?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff525c61-e70f-4529-b5f5-d46bdb2fc314/model-vers/model-ver/fe4cf027-624f-4c8c-a7bc-a0c19e4db348?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4bd635b2-04ca-4a17-8417-eb937cddc771], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d700088f-1f8e-4194-992b-0bc93ca0fa3d], X-ECOMP-RequestID=[4bd635b2-04ca-4a17-8417-eb937cddc771], X-TransactionId=[], X-ONAP-RequestID=[4bd635b2-04ca-4a17-8417-eb937cddc771], Content-Type=[application/merge-patch+json]} 2022-11-14T06:54:43.373Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff525c61-e70f-4529-b5f5-d46bdb2fc314/model-vers/model-ver/fe4cf027-624f-4c8c-a7bc-a0c19e4db348?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-14T06:54:43.464Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff525c61-e70f-4529-b5f5-d46bdb2fc314/model-vers/model-ver/fe4cf027-624f-4c8c-a7bc-a0c19e4db348?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/ff525c61-e70f-4529-b5f5-d46bdb2fc314/model-vers/model-ver/fe4cf027-624f-4c8c-a7bc-a0c19e4db348?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221114-06:54:44:680-2408], vertex-id=[221432], Content-Length=[0], Date=[Mon, 14 Nov 2022 06:54:44 GMT], Content-Type=[application/json]} 2022-11-14T06:54:43.464Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff525c61-e70f-4529-b5f5-d46bdb2fc314/model-vers/model-ver/fe4cf027-624f-4c8c-a7bc-a0c19e4db348?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-14T06:54:43.465Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff525c61-e70f-4529-b5f5-d46bdb2fc314/model-vers/model-ver/fe4cf027-624f-4c8c-a7bc-a0c19e4db348?depth=0|INFO|500||InvokeReturn 2022-11-14T06:54:43.470Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-14T06:54:43.470Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:54:43.475Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-14T06:54:43.475Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4bd635b2-04ca-4a17-8417-eb937cddc771 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-14T06:54:43.475Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-14T06:54:43.476Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:43.478Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:43.478Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408883475, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:54:43.578Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:54:43.578Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:43.578Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:43.593Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:43.594Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-14T06:54:44.487Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:54:44.488Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:54:44.488Z|4bd635b2-04ca-4a17-8417-eb937cddc771|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:48.875Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:48.876Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-14T06:54:48.876Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f551e266-ac07-4a49-a493-b8e63f023809","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"268d3ba9-2c69-4048-bdbf-fb8779f4622b","serviceDescription":"service","serviceInvariantUUID":"44e42f49-b833-41d5-aa11-467ebc2cc478","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"294e6374-9716-42d5-b886-147b9eee24dd","resourceInvariantUUID":"fd4f0103-418f-493e-9f45-889ab9c6dab0","resourceCustomizationUUID":"198091be-db42-4330-8205-a8254c63572e","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":"M2ViZGZiZmU1Mzk5NzMzMTVjZTRkNzczN2QxMDkxMzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b7bc602b-0e50-41cb-8a1f-bdf532b5135b","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":"f9e12af0-69df-45ca-bd2c-7ba2aeabcfa3","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":"1e728842-ce89-4b64-a780-89905795ef02","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":"NjFhMDFlYWJhYTE2ZDI2Mjk3MjYxNDVhMjgyMWZjYzA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"74753fc4-87b0-4ce9-b94f-776be7d2b108","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":"289fc38b-2415-4541-9ae2-18330e16bc7a","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":"dff959b0-f3a4-422b-8b8b-bfa85e358ecd","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":"f3944f94-e05a-49a9-a00d-704706ab2ee5","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":"OGJiNTYwNmIwMjAwN2ViN2EyZmNjYzk2M2VjNjE1Mzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"068220a6-3302-44bc-a30d-4873af3f539e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjI5ZmRhODk2MjJmYjBjOTc4MWU0NDU5NjcwN2YwZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a84d443-e0bf-427e-9d49-61041565b453","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-14T06:54:48.879Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:54:48.880Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:48.881Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:48.881Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:54:48.982Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:54:48.983Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:48.983Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:48.993Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:48.994Z||pool-140-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:49.882Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:54:49.883Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:49.885Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:49.885Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:54:49.987Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-14T06:54:49.988Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:49.988Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:50.016Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:50.017Z||pool-141-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:50.885Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:54:50.886Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:50.888Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:50.888Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:54:50.996Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-11-14T06:54:50.997Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:50.997Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:51.008Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:51.008Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:51.888Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:54:51.889Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:51.891Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:51.891Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:54:51.991Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:54:51.992Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:51.992Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:52.006Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:52.006Z||pool-143-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:54:52.891Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:54:52.892Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:52.894Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:52.895Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:54:52.996Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:54:52.996Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:52.997Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:53.008Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:53.008Z||pool-144-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:53.895Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:54:53.896Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:53.898Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:53.898Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:54:53.998Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:54:53.999Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:53.999Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:54.012Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:54.012Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:54.899Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:54:54.900Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:54.915Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:54.915Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:54:55.015Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:54:55.016Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:55.016Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:55.027Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:55.028Z||pool-146-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:54:55.916Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:54:55.916Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:55.919Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:55.919Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:54:56.019Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:54:56.020Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:56.020Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:56.081Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:56.081Z||pool-147-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:56.920Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-14T06:54:56.920Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:56.922Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:56.922Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:54:57.023Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:54:57.024Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:57.024Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:57.038Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:57.039Z||pool-148-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:54:57.923Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "268d3ba9-2c69-4048-bdbf-fb8779f4622b", "serviceDescription": "service", "serviceInvariantUUID": "44e42f49-b833-41d5-aa11-467ebc2cc478", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "198091be-db42-4330-8205-a8254c63572e", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "294e6374-9716-42d5-b886-147b9eee24dd", "resourceInvariantUUID": "fd4f0103-418f-493e-9f45-889ab9c6dab0", "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": "MjI5ZmRhODk2MjJmYjBjOTc4MWU0NDU5NjcwN2YwZDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2a84d443-e0bf-427e-9d49-61041565b453" } ], "workloadContext": "Production" } 2022-11-14T06:54:57.923Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-14T06:54:57.924Z|4bd635b2-04ca-4a17-8417-eb937cddc771|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 268d3ba9-2c69-4048-bdbf-fb8779f4622b ASDC 2022-11-14T06:54:57.924Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:f551e266-ac07-4a49-a493-b8e63f023809 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:268d3ba9-2c69-4048-bdbf-fb8779f4622b ServiceInvariantUUID:44e42f49-b833-41d5-aa11-467ebc2cc478 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:2a84d443-e0bf-427e-9d49-61041565b453 ArtifactChecksum:MjI5ZmRhODk2MjJmYjBjOTc4MWU0NDU5NjcwN2YwZDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:198091be-db42-4330-8205-a8254c63572e ResourceInvariantUUID:fd4f0103-418f-493e-9f45-889ab9c6dab0 ResourceName:test-pnf ResourceType:PNF ResourceUUID:294e6374-9716-42d5-b886-147b9eee24dd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-14T06:54:57.924Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 268d3ba9-2c69-4048-bdbf-fb8779f4622b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-14T06:54:57.943Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:54:57.943Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-14T06:54:57.944Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-14T06:54:57.944Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2a84d443-e0bf-427e-9d49-61041565b453 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-14T06:54:57.944Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-14T06:54:57.944Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-14T06:54:58.096Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-14T06:54:58.106Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2a84d443-e0bf-427e-9d49-61041565b453 110867 2022-11-14T06:54:58.107Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-14T06:54:58.107Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-14T06:54:58.107Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-14T06:54:58.107Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:54:58.109Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:54:58.110Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408898107, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:54:58.210Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-14T06:54:58.210Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:54:58.211Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:58.223Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:58.224Z||pool-149-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-14T06:54:59.110Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-14T06:54:59.111Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-14T06:54:59.111Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2a84d443-e0bf-427e-9d49-61041565b453, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-14T06:54:59.112Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-14T06:54:59.112Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-14T06:54:59.112Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-14T06:54:59.238Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9322585425624315596/Definitions/service-TestPnfMacro-template.yml 2022-11-14T06:54:59.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:54:59.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:54:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:54:59.626Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:54:59.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:54:59.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaef19a7-72cb-4cbb-acdd-ff8b87770ab0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408828476, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:54:59.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:54:59.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:54:59.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:54:59.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:54:59.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:54:59.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-14T06:54:59.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:54:59.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:54:59.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-14T06:54:59.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:54:59.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:54:59.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:54:59.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:54:59.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:54:59.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-14T06:54:59.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:54:59.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:54:59.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-14T06:54:59.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:54:59.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:54:59.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-14T06:54:59.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:54:59.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:54:59.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:54:59.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:54:59.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:54:59.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:54:59.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:54:59.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-14T06:54:59.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408599606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:54:59.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-14T06:54:59.925Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-14T06:54:59.925Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-14T06:54:59.926Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-14T06:54:59.926Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-14T06:54:59.926Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-14T06:54:59.926Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-14T06:54:59.926Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-14T06:54:59.926Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-14T06:54:59.926Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-14T06:54:59.926Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-14T06:54:59.926Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-14T06:54:59.926Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-14T06:54:59.926Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:59.927Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:59.927Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-14T06:54:59.927Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-14T06:54:59.927Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:54:59.927Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:59.928Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:59.928Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-14T06:54:59.928Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-14T06:54:59.928Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-14T06:54:59.928Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:59.928Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:59.928Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:59.928Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:59.929Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:59.929Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:59.929Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:59.929Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:59.929Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:54:59.929Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:54:59.929Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:268d3ba9-2c69-4048-bdbf-fb8779f4622b Model Version:NULL Model InvariantUuid:44e42f49-b833-41d5-aa11-467ebc2cc478 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-14T06:55:00.253Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 294e6374-9716-42d5-b886-147b9eee24dd Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:55:00.256Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||test-pnf 0 2022-11-14T06:55:00.256Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 294e6374-9716-42d5-b886-147b9eee24dd 2022-11-14T06:55:00.256Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 268d3ba9-2c69-4048-bdbf-fb8779f4622b 2022-11-14T06:55:00.257Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 268d3ba9-2c69-4048-bdbf-fb8779f4622b 2022-11-14T06:55:00.257Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 294e6374-9716-42d5-b886-147b9eee24dd ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:55:00.261Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46639867, org.onap.sdc.toscaparser.api.parameters.Input@7d76ed8b, org.onap.sdc.toscaparser.api.parameters.Input@6ba0382e, org.onap.sdc.toscaparser.api.parameters.Input@35093fd4, org.onap.sdc.toscaparser.api.parameters.Input@6ff329b2] 2022-11-14T06:55:00.261Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:55:00.261Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:55:00.262Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 268d3ba9-2c69-4048-bdbf-fb8779f4622b: test-pnf 2022-11-14T06:55:00.262Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||Processing PNF resource: 294e6374-9716-42d5-b886-147b9eee24dd 2022-11-14T06:55:00.262Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-14T06:55:00.262Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-14T06:55:00.262Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||Resource customization UUID: 198091be-db42-4330-8205-a8254c63572e is the same as notified resource customizationUUID: 198091be-db42-4330-8205-a8254c63572e Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-14T06:55:00.289Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 294e6374-9716-42d5-b886-147b9eee24dd 0 ASDC deployResourceStructure 2022-11-14T06:55:00.289Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-14T06:55:00.289Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-14T06:55:00.290Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-14T06:55:00.290Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:55:00.292Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:55:00.292Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408900289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:55:00.392Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:55:00.393Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:55:00.393Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:55:00.418Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:55:00.418Z||pool-150-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-11-14T06:55:01.293Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f551e266-ac07-4a49-a493-b8e63f023809 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:55:01.300Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f551e266-ac07-4a49-a493-b8e63f023809 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-14T06:55:01.302Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-14T06:55:01.302Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-14T06:55:01.302Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-14T06:55:01.302Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-14T06:55:01.302Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:55:01.302Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:55:01.303Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:55:01.303Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:55:01.303Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-14T06:55:01.303Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-14T06:55:01.305Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-14T06:55:31.306Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f551e266-ac07-4a49-a493-b8e63f023809 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-14T06:55:31.312Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f551e266-ac07-4a49-a493-b8e63f023809 and serviceModelVersionId: 268d3ba9-2c69-4048-bdbf-fb8779f4622b 2022-11-14T06:55:31.312Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44e42f49-b833-41d5-aa11-467ebc2cc478 2022-11-14T06:55:31.314Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44e42f49-b833-41d5-aa11-467ebc2cc478/model-vers/model-ver/268d3ba9-2c69-4048-bdbf-fb8779f4622b?depth=0 2022-11-14T06:55:31.319Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-14T06:55:31.360Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44e42f49-b833-41d5-aa11-467ebc2cc478/model-vers/model-ver/268d3ba9-2c69-4048-bdbf-fb8779f4622b?depth=0|INFO|500||Invoke 2022-11-14T06:55:31.360Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44e42f49-b833-41d5-aa11-467ebc2cc478/model-vers/model-ver/268d3ba9-2c69-4048-bdbf-fb8779f4622b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44e42f49-b833-41d5-aa11-467ebc2cc478/model-vers/model-ver/268d3ba9-2c69-4048-bdbf-fb8779f4622b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f551e266-ac07-4a49-a493-b8e63f023809], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[68dc4f4e-63ed-4730-bfe1-426432d70217], X-ECOMP-RequestID=[f551e266-ac07-4a49-a493-b8e63f023809], X-TransactionId=[], X-ONAP-RequestID=[f551e266-ac07-4a49-a493-b8e63f023809], Content-Type=[application/merge-patch+json]} 2022-11-14T06:55:31.378Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44e42f49-b833-41d5-aa11-467ebc2cc478/model-vers/model-ver/268d3ba9-2c69-4048-bdbf-fb8779f4622b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-14T06:55:31.512Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44e42f49-b833-41d5-aa11-467ebc2cc478/model-vers/model-ver/268d3ba9-2c69-4048-bdbf-fb8779f4622b?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/44e42f49-b833-41d5-aa11-467ebc2cc478/model-vers/model-ver/268d3ba9-2c69-4048-bdbf-fb8779f4622b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221114-06:55:32:689-98414], vertex-id=[290960], Content-Length=[0], Date=[Mon, 14 Nov 2022 06:55:32 GMT], Content-Type=[application/json]} 2022-11-14T06:55:31.512Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44e42f49-b833-41d5-aa11-467ebc2cc478/model-vers/model-ver/268d3ba9-2c69-4048-bdbf-fb8779f4622b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-14T06:55:31.512Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44e42f49-b833-41d5-aa11-467ebc2cc478/model-vers/model-ver/268d3ba9-2c69-4048-bdbf-fb8779f4622b?depth=0|INFO|500||InvokeReturn 2022-11-14T06:55:31.513Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-14T06:55:31.513Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-14T06:55:31.520Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-14T06:55:31.521Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f551e266-ac07-4a49-a493-b8e63f023809 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-14T06:55:31.521Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-14T06:55:31.521Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-14T06:55:31.523Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-14T06:55:31.523Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408931521, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:55:31.623Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-14T06:55:31.624Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-14T06:55:31.624Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:55:31.638Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:55:31.638Z||pool-151-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-14T06:55:32.531Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:55:32.531Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:55:32.531Z|f551e266-ac07-4a49-a493-b8e63f023809|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:55:42.086Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:55:42.087Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:55:42.088Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:55:42.088Z|f551e266-ac07-4a49-a493-b8e63f023809|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:55:51.709Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:55:51.710Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:55:51.711Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:55:51.711Z|f551e266-ac07-4a49-a493-b8e63f023809|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:55:59.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:55:59.609Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:55:59.610Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:55:59.632Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:55:59.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-14T06:55:59.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408839709, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:55:59.635Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:56:01.255Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:56:01.256Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:56:01.257Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:56:01.257Z|f551e266-ac07-4a49-a493-b8e63f023809|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:56:10.805Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:56:10.806Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:56:10.807Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:56:10.807Z|f551e266-ac07-4a49-a493-b8e63f023809|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:56:20.367Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:56:59.605Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:56:59.606Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:56:59.607Z|f551e266-ac07-4a49-a493-b8e63f023809|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:56:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:56:59.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:56:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:56:59.645Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:56:59.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408841890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-14T06:56:59.648Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:56:59.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408842950, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-14T06:56:59.648Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:56:59.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408843998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:56:59.648Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:56:59.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408845049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-14T06:56:59.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:56:59.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408846108, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-14T06:56:59.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:56:59.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408847163, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-14T06:56:59.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:56:59.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408848166, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-14T06:56:59.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:56:59.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408849171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-14T06:56:59.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:56:59.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408850185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-14T06:56:59.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:56:59.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408851189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-14T06:56:59.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:56:59.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408852193, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:56:59.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:56:59.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bd635b2-04ca-4a17-8417-eb937cddc771", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408883475, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:56:59.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:56:59.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:56:59.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-14T06:56:59.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-14T06:56:59.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-14T06:56:59.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-14T06:56:59.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-14T06:56:59.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-14T06:56:59.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-14T06:56:59.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-14T06:56:59.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-14T06:56:59.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:56:59.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-14T06:56:59.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-14T06:56:59.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-14T06:56:59.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-14T06:56:59.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-14T06:56:59.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408884487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-14T06:56:59.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-14T06:56:59.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-14T06:56:59.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408898107, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-14T06:56:59.655Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:57:09.172Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:57:59.605Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:57:59.606Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:57:59.606Z|f551e266-ac07-4a49-a493-b8e63f023809|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:57:59.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:57:59.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:57:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:58:00.134Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:58:00.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:58:00.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408900289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-14T06:58:00.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:58:00.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-14T06:58:00.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f551e266-ac07-4a49-a493-b8e63f023809", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668408931521, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-14T06:58:00.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-14T06:58:09.174Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:58:59.606Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:58:59.606Z||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-11-14T06:58:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:58:59.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:58:59.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:58:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:59:09.164Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:59:09.166Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T06:59:59.605Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:59:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:59:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T06:59:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T06:59:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T06:59:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:00:09.161Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:00:09.162Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:00:59.605Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:00:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:00:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:00:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:00:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:00:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:01:09.153Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:01:09.166Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:01:59.605Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:01:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:01:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:01:59.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:01:59.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:01:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:02:09.156Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:02:09.156Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:02:59.605Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:02:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:02:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:02:59.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:02:59.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:02:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:03:09.154Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:03:09.155Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:03:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:03:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:03:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:03:59.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:03:59.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:03:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:04:09.154Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:04:09.154Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:04:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:04:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:04:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:04:59.608Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:04:59.608Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:04:59.609Z|f551e266-ac07-4a49-a493-b8e63f023809|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:05:09.152Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:05:09.153Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:05:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:05:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:05:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:05:59.608Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:05:59.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:05:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:06:09.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:06:09.199Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:06:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:06:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:06:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:06:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:06:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:06:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:07:09.153Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:07:09.162Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:07:59.605Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:07:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:07:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:07:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:07:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:07:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:08:09.162Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:08:09.163Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:08:59.605Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:08:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:08:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:08:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:08:59.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:08:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:09:09.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:09:09.166Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:09:59.605Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:09:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:09:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:09:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:09:59.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:09:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:10:09.157Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:10:09.162Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:10:59.605Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:10:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:10:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:10:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:10:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:10:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:11:09.152Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:11:09.163Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:11:59.605Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:11:59.606Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:11:59.606Z|f551e266-ac07-4a49-a493-b8e63f023809|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:11:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:11:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:11:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:12:09.172Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:12:09.188Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:12:59.605Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:12:59.606Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:12:59.606Z|f551e266-ac07-4a49-a493-b8e63f023809|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:12:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:12:59.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:12:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:13:09.161Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:13:09.161Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:13:59.605Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:13:59.607Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:13:59.607Z|f551e266-ac07-4a49-a493-b8e63f023809|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:13:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:13:59.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:13:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:14:09.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:14:09.174Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:14:59.606Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:14:59.607Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:14:59.607Z|f551e266-ac07-4a49-a493-b8e63f023809|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:14:59.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:14:59.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:14:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:15:09.150Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:15:09.160Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:15:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:15:59.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:15:59.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:15:59.609Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:15:59.609Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:15:59.610Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:16:09.184Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:16:09.184Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:16:59.605Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:16:59.606Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:16:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:16:59.608Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:16:59.609Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:16:59.609Z|17873325-6e7b-49d1-9b10-ed2f73783c45|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:17:09.182Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:17:09.186Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:17:59.605Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:17:59.606Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:17:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:17:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:17:59.608Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:17:59.608Z|17873325-6e7b-49d1-9b10-ed2f73783c45|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:18:09.179Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:18:09.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:18:59.605Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:18:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:18:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:18:59.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:18:59.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:18:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:19:09.152Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:19:09.154Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:19:59.605Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:19:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:19:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:19:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:19:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:19:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:20:09.148Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:20:09.160Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:20:59.605Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:20:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:20:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:20:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:20:59.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:20:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:21:09.154Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:21:09.159Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:21:59.605Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:21:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:21:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:21:59.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:21:59.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:21:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:22:09.172Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:22:09.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:22:59.605Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:22:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:22:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:22:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:22:59.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:22:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:23:09.165Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:23:09.167Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:23:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:23:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:23:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:23:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:23:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:23:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:24:09.168Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:24:09.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:24:59.606Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:24:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:24:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:24:59.608Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:24:59.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:24:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:25:09.175Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:25:09.175Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:25:59.606Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:25:59.607Z||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-11-14T07:25:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:25:59.607Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:25:59.608Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:25:59.608Z|f551e266-ac07-4a49-a493-b8e63f023809|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:26:09.160Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:26:09.160Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:26:59.605Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:26:59.606Z||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-11-14T07:26:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:26:59.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:26:59.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:26:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:27:09.157Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:27:09.178Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:27:59.605Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:27:59.606Z||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-11-14T07:27:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:27:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:27:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:27:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:28:09.152Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:28:09.160Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:28:59.605Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:28:59.606Z||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-11-14T07:28:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:28:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:28:59.608Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:28:59.608Z|17873325-6e7b-49d1-9b10-ed2f73783c45|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:29:09.165Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:29:09.171Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:29:59.605Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:29:59.606Z||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-11-14T07:29:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:29:59.607Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:29:59.608Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:29:59.608Z|f551e266-ac07-4a49-a493-b8e63f023809|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:30:09.164Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:30:09.165Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:30:59.605Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:30:59.606Z||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-11-14T07:30:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:30:59.607Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:30:59.608Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:30:59.608Z|f551e266-ac07-4a49-a493-b8e63f023809|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:31:09.151Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:31:09.152Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:31:59.605Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:31:59.606Z||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-11-14T07:31:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:31:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:31:59.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:31:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:32:09.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:32:09.154Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:32:59.605Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:32:59.606Z||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-11-14T07:32:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:32:59.607Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:32:59.608Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:32:59.608Z|17873325-6e7b-49d1-9b10-ed2f73783c45|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:33:09.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:33:09.186Z|17873325-6e7b-49d1-9b10-ed2f73783c45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:33:59.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:33:59.606Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:33:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:33:59.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:33:59.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:33:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:34:09.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:34:09.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:34:59.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:34:59.607Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:34:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:34:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:34:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:34:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:35:09.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:35:09.211Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:35:59.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:35:59.607Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:35:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:35:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:35:59.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:35:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:36:09.155Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:36:09.160Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:36:59.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:36:59.606Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:36:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:36:59.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:36:59.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:36:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:37:09.148Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:37:09.158Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:37:59.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:37:59.606Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:37:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:37:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:37:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:37:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:38:09.157Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:38:09.157Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:38:59.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:38:59.606Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:38:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:38:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:38:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:38:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:39:09.161Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:39:09.165Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:39:59.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:39:59.606Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:39:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:39:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:39:59.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:39:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:40:09.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:40:09.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:40:59.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:40:59.606Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:40:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:40:59.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:40:59.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:40:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:41:09.145Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:41:09.145Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:41:59.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:41:59.606Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:41:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:41:59.607Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:41:59.608Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:41:59.608Z|f551e266-ac07-4a49-a493-b8e63f023809|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:42:09.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:42:09.173Z|f551e266-ac07-4a49-a493-b8e63f023809|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:42:59.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:42:59.606Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:42:59.606Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:42:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:42:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:42:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:43:09.160Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:43:09.164Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:43:59.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:43:59.606Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:43:59.607Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:43:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:43:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:43:59.608Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:44:09.152Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:44:09.152Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:44:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:44:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:44:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:44:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:44:59.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:44:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:45:09.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:45:09.168Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:45:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:45:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:45:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:45:59.608Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:45:59.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:45:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:46:09.154Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:46:09.162Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:46:59.605Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:46:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:46:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:46:59.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-14T07:46:59.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-14T07:46:59.608Z||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 e4tVNsZ1bKIv1j3G) ... 2022-11-14T07:47:09.161Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-14T07:47:09.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK