JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-03-28T12:50:43.698Z||main|||||INFO|500||The following profiles are active: basic 2022-03-28T12:51:00.522Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-28T12:51:00.522Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-28T12:51:00.652Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-28T12:51:06.442Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-28T12:51:06.896Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-28T12:51:07.504Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-28T12:51:07.521Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-28T12:51:07.752Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-28T12:51:08.137Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-28T12:51:08.836Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-28T12:51:10.908Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-28T12:51:14.234Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-28T12:51:14.312Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-28T12:51:14.982Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-28T12:51:15.283Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-03-28T12:51:17.082Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-28T12:51:18.501Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-28T12:51:18.534Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$36dd570f.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-03-28T12:51:18.535Z||main|||||WARN|500||The sdc end point is not alive 2022-03-28T12:51:22.700Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-03-28T12:51:26.384Z||main|||||WARN|500||--- 2022-03-28T12:51:26.385Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-28T12:51:26.385Z||main|||||WARN|500||--- 2022-03-28T12:51:26.916Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-28T12:51:33.928Z||main|||||INFO|500||Started Application in 55.418 seconds (JVM running for 58.638) 2022-03-28T12:51:33.955Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-28T12:51:33.957Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-28T12:51:33.978Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-28T12:51:34.020Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-28T12:51:34.087Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58a47d22-dc87-4f2e-9567-5eeb729f5dbe url= /sdc/v1/artifactTypes 2022-03-28T12:51:34.088Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-28T12:51:34.461Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-28T12:51:34.494Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-03-28T12:51:34.517Z||scheduling-1|||||DEBUG|500||create keys 2022-03-28T12:51:34.525Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-28T12:51:34.581Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:51:34.609Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1182b399-c290-4adb-af6b-afdb272a7b5e url= /sdc/v1/registerForDistribution 2022-03-28T12:51:34.797Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1182b399-c290-4adb-af6b-afdb272a7b5e url= /sdc/v1/registerForDistribution 2022-03-28T12:51:34.817Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-28T12:51:34.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:51:34.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:51:34.862Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-28T12:51:34.867Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:51:34.868Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:51:34.868Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:51:34.871Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:51:45.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:51:45.341Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:52:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:52:34.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:52:34.841Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:52:34.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:52:34.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:52:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:52:44.452Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:52:44.455Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:53:34.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:53:34.839Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:53:34.839Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:53:34.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:53:34.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:53:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:53:44.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:53:44.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:54:34.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:54:34.841Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:54:34.841Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:54:34.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:54:34.849Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:54:34.849Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:54:44.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:54:44.439Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:55:34.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:55:34.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:55:34.839Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:55:34.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:55:34.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:55:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:55:44.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:55:44.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:56:34.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:56:34.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:56:34.839Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:56:34.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:56:34.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:56:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:56:44.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:56:44.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:57:34.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:57:34.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:57:34.839Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:57:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:57:34.845Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:57:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:57:44.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:57:44.441Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:58:34.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:58:34.841Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:58:34.842Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:58:34.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:58:34.848Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:58:34.849Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:58:44.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:58:44.431Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:59:34.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:59:34.838Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:59:34.839Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:59:34.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T12:59:34.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T12:59:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T12:59:44.419Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T12:59:44.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:00:34.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:00:34.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:00:34.839Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:00:34.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:00:34.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:00:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:00:44.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:00:44.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:00:53.188Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-28T13:01:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:01:34.839Z||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-03-28T13:01:34.839Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:01:34.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:01:34.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:01:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:01:44.414Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:01:44.429Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:02:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:02:34.840Z||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-03-28T13:02:34.840Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:02:34.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:02:34.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:02:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:02:44.439Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:02:44.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:03:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:03:34.839Z||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-03-28T13:03:34.839Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:03:34.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:03:34.845Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:03:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:03:44.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:03:44.426Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:04:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:04:34.839Z||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-03-28T13:04:34.839Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:04:34.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:04:34.845Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:04:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:04:44.411Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:04:44.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:05:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:05:34.841Z||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-03-28T13:05:34.842Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:05:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:05:34.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:05:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:05:44.423Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:05:44.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:06:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:06:34.839Z||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-03-28T13:06:34.839Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:06:34.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:06:34.845Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:06:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:06:44.427Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:06:44.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:07:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:07:34.838Z||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-03-28T13:07:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:07:34.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:07:34.845Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:07:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:07:44.417Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:07:44.418Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:08:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:08:34.838Z||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-03-28T13:08:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:08:34.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:08:34.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:08:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:08:44.417Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:08:44.430Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:09:34.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:09:34.842Z||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-03-28T13:09:34.842Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:09:34.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:09:34.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:09:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:09:44.420Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:09:44.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:10:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:10:34.839Z||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-03-28T13:10:34.840Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:10:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:10:34.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:10:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:10:44.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:10:44.435Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:11:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:11:34.838Z||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-03-28T13:11:34.839Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:11:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:11:34.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:11:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:11:44.413Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:11:44.415Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:12:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:12:34.839Z||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-03-28T13:12:34.839Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:12:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:12:34.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:12:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:12:44.413Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:12:44.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:13:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:13:34.841Z||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-03-28T13:13:34.842Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:13:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:13:34.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:13:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:13:44.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:13:44.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:14:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:14:34.838Z||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-03-28T13:14:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:14:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:14:34.845Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:14:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:14:44.403Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:14:44.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:15:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:15:34.838Z||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-03-28T13:15:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:15:34.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:15:34.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:15:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:15:44.441Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:15:44.441Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:16:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:16:34.838Z||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-03-28T13:16:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:16:34.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:16:34.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:16:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:16:44.404Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:16:44.411Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:17:34.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:17:34.841Z||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-03-28T13:17:34.841Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:17:34.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:17:34.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:17:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:17:44.449Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:17:44.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:18:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:18:34.838Z||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-03-28T13:18:34.839Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:18:34.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:18:34.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:18:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:18:44.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:18:44.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:19:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:19:34.838Z||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-03-28T13:19:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:19:34.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:19:34.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:19:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:19:44.405Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:19:44.405Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:20:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:20:34.838Z||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-03-28T13:20:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:20:34.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:20:34.847Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:20:34.847Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:20:44.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:20:44.460Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:21:34.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:21:34.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:21:34.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:21:34.840Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:21:34.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:21:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:21:44.441Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:21:44.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:22:34.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:22:34.838Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:22:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:22:34.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:22:34.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:22:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:22:44.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:22:44.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:23:34.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:23:34.838Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:23:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:23:34.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:23:34.845Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:23:34.846Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:23:40.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:23:40.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-28T13:23:40.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9fc9f2ab-beda-423f-abfb-4e4df6db239b","serviceName":"vFW 2022-03-28 13-20-59","serviceVersion":"1.0","serviceUUID":"da207890-4c47-492a-bb4c-870286b86caf","serviceDescription":"catalog service description","serviceInvariantUUID":"0395a5a5-b03b-46cc-a968-4cdbf59a42f8","resources":[{"resourceInstanceName":"vFW f06f468b-bfa8 0","resourceName":"vFW f06f468b-bfa8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1eec359-a5e4-4bcb-a694-98509ad45bc8","resourceInvariantUUID":"b22c9618-45ef-4e90-9741-f43bf40a9857","resourceCustomizationUUID":"611efb92-c7a4-47a4-947e-10b61640f054","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml","artifactChecksum":"NWM1MzRmYTk4YzE3NmY1ZDkzNWJjMTFjZWQ1ZTMyNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cadf9e16-88e7-4d7c-bb29-94844b35b813","artifactVersion":"1"},{"artifactName":"vfwf06f468bbfa80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json","artifactChecksum":"ZWQwOTM4OWRmYTJkOThkYWE5MmNiYTIxYjhhNzU5MTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2c8eefc4-5ee7-4964-9a40-32efc674a7d4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0c6168dc-257b-423d-be60-c7d8dcbbcbd3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml","artifactChecksum":"Y2E2NTU4YzI2N2M5OWRlYWMzOGVlNmI4OTBmZGU4MmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"094a72b7-9e5e-4951-9b10-4ecb7f8f62d9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9b90e013-ff07-4d48-8caf-a8e4916b8e7d","artifactVersion":"2","generatedFromUUID":"0c6168dc-257b-423d-be60-c7d8dcbbcbd3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220328132059-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml","artifactChecksum":"ZWUxYzQyYzk0MzY3N2E1ZWJmZjNkYzhhY2RjNDgxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c03d009-aa19-4fc6-bb81-73f4c320838d","artifactVersion":"1"},{"artifactName":"service-Vfw20220328132059-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar","artifactChecksum":"ZGRmOWQ0MzAzZjYxY2I5NTg3MTYwMjI2MzY0ZDc2OTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d44263d8-0ff7-45bc-b4cd-3f3fb3f6e359","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T13:23:40.721Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:23:40.730Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:23:40.742Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:23:40.743Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473814837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:23:40.843Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-28T13:23:40.848Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:23:40.849Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:23:40.872Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:23:40.874Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":6,"count":1} 2022-03-28T13:23:41.038Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:23:41.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-28T13:23:41.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473814837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:23:41.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-28T13:23:41.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-28T13:23:41.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "multicloud-k8s-id", "timestamp": 1648473816708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:23:41.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-28T13:23:41.750Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:23:41.751Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:23:41.753Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:23:41.753Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473814837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json", "status": "NOTIFIED" } 2022-03-28T13:23:41.853Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:23:41.854Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:23:41.854Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:23:41.906Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:23:41.907Z||pool-4-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:23:42.753Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:23:42.754Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:23:42.757Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:23:42.757Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473814837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-28T13:23:42.857Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:23:42.859Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:23:42.859Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:23:42.878Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:23:42.879Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:23:43.757Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:23:43.758Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:23:43.760Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:23:43.761Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473814837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:23:43.861Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:23:43.862Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:23:43.862Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:23:43.909Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:23:43.910Z||pool-6-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:23:44.761Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:23:44.763Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:23:44.765Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:23:44.765Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473814837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-28T13:23:44.865Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:23:44.866Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:23:44.866Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:23:44.904Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:23:44.905Z||pool-7-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:23:45.766Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:23:45.767Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:23:45.769Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:23:45.769Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473814837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:23:45.869Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:23:45.870Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:23:45.870Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:23:45.924Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:23:45.926Z||pool-8-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:23:46.770Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:23:46.770Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:23:46.772Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:23:46.772Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473814837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:23:46.873Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:23:46.874Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:23:46.874Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:23:46.898Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:23:46.898Z||pool-9-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:23:47.774Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "serviceName": "vFW 2022-03-28 13-20-59", "serviceVersion": "1.0", "serviceUUID": "da207890-4c47-492a-bb4c-870286b86caf", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0395a5a5-b03b-46cc-a968-4cdbf59a42f8", "resources": [ { "resourceInstanceName": "vFW f06f468b-bfa8 0", "resourceCustomizationUUID": "611efb92-c7a4-47a4-947e-10b61640f054", "resourceName": "vFW f06f468b-bfa8", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c1eec359-a5e4-4bcb-a694-98509ad45bc8", "resourceInvariantUUID": "b22c9618-45ef-4e90-9741-f43bf40a9857", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwf06f468bbfa80_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json", "artifactChecksum": "ZWQwOTM4OWRmYTJkOThkYWE5MmNiYTIxYjhhNzU5MTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2c8eefc4-5ee7-4964-9a40-32efc674a7d4", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0c6168dc-257b-423d-be60-c7d8dcbbcbd3", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9b90e013-ff07-4d48-8caf-a8e4916b8e7d", "generatedFromUUID": "0c6168dc-257b-423d-be60-c7d8dcbbcbd3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9b90e013-ff07-4d48-8caf-a8e4916b8e7d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220328132059-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "artifactChecksum": "ZGRmOWQ0MzAzZjYxY2I5NTg3MTYwMjI2MzY0ZDc2OTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d44263d8-0ff7-45bc-b4cd-3f3fb3f6e359" } ], "workloadContext": "Production" } 2022-03-28T13:23:47.778Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T13:23:47.779Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 da207890-4c47-492a-bb4c-870286b86caf ASDC 2022-03-28T13:23:47.912Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:9fc9f2ab-beda-423f-abfb-4e4df6db239b ServiceName:vFW 2022-03-28 13-20-59 ServiceVersion:1.0 ServiceUUID:da207890-4c47-492a-bb4c-870286b86caf ServiceInvariantUUID:0395a5a5-b03b-46cc-a968-4cdbf59a42f8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220328132059-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar ArtifactUUID:d44263d8-0ff7-45bc-b4cd-3f3fb3f6e359 ArtifactChecksum:ZGRmOWQ0MzAzZjYxY2I5NTg3MTYwMjI2MzY0ZDc2OTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW f06f468b-bfa8 0 ResourceCustomizationUUID:611efb92-c7a4-47a4-947e-10b61640f054 ResourceInvariantUUID:b22c9618-45ef-4e90-9741-f43bf40a9857 ResourceName:vFW f06f468b-bfa8 ResourceType:VF ResourceUUID:c1eec359-a5e4-4bcb-a694-98509ad45bc8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwf06f468bbfa80_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json ArtifactUUID:2c8eefc4-5ee7-4964-9a40-32efc674a7d4 ArtifactChecksum:ZWQwOTM4OWRmYTJkOThkYWE5MmNiYTIxYjhhNzU5MTM= 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/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml ArtifactUUID:0c6168dc-257b-423d-be60-c7d8dcbbcbd3 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/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env ArtifactUUID:9b90e013-ff07-4d48-8caf-a8e4916b8e7d 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/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env ArtifactUUID:9b90e013-ff07-4d48-8caf-a8e4916b8e7d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-28T13:23:47.914Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da207890-4c47-492a-bb4c-870286b86caf ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:23:48.175Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T13:23:48.183Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-28T13:23:48.185Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-28T13:23:48.186Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d44263d8-0ff7-45bc-b4cd-3f3fb3f6e359 from URL: /sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar 2022-03-28T13:23:48.186Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-28T13:23:48.188Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar 2022-03-28T13:23:49.644Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-28T13:23:49.662Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar d44263d8-0ff7-45bc-b4cd-3f3fb3f6e359 98994 2022-03-28T13:23:49.663Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar ASDC sendASDCNotification 2022-03-28T13:23:49.663Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar 2022-03-28T13:23:49.664Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:23:49.665Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:23:49.667Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:23:49.667Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473829662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:23:49.768Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:23:49.769Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:23:49.770Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:23:49.791Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:23:49.792Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:23:50.668Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T13:23:50.669Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-28T13:23:50.669Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d44263d8-0ff7-45bc-b4cd-3f3fb3f6e359, URL: /sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar to file: /app/ASDC/1/service-Vfw20220328132059-csar.csar 2022-03-28T13:23:50.670Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220328132059-csar.csar 2022-03-28T13:23:50.753Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220328132059-csar.csar 2022-03-28T13:23:50.754Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220328132059-csar.csar 2022-03-28T13:23:51.556Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7431133799514664210/Definitions/service-Vfw20220328132059-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-03-28T13:23:54.888Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T13:23:54.893Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-28T13:23:54.893Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar 2022-03-28T13:23:54.893Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-28T13:23:54.894Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar 2022-03-28T13:23:54.894Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar 2022-03-28T13:23:54.894Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|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-Vfw20220328132059-csar.csar 2022-03-28T13:23:54.894Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar 2022-03-28T13:23:54.894Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar 2022-03-28T13:23:54.894Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar 2022-03-28T13:23:54.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|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-Vfw20220328132059-csar.csar 2022-03-28T13:23:54.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar 2022-03-28T13:23:54.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar 2022-03-28T13:23:54.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|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-Vfw20220328132059-csar.csar 2022-03-28T13:23:54.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f06f468b-bfa8 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar 2022-03-28T13:23:54.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar 2022-03-28T13:23:54.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|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-Vfw20220328132059-csar.csar 2022-03-28T13:23:54.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-28T13:23:54.902Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:54.904Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:23:54.908Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria 2022-03-28T13:23:54.909Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-28T13:23:54.910Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T13:23:54.912Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:54.912Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:23:54.913Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria 2022-03-28T13:23:54.913Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-28T13:23:54.913Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T13:23:54.914Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:54.914Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:23:54.918Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:54.918Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is not matching search criteria 2022-03-28T13:23:54.919Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T13:23:54.919Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T13:23:54.919Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T13:23:54.920Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T13:23:54.920Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T13:23:54.920Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T13:23:54.921Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T13:23:54.921Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T13:23:54.921Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T13:23:54.922Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T13:23:54.922Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T13:23:54.922Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T13:23:54.922Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T13:23:54.922Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T13:23:54.923Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T13:23:54.923Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-28T13:23:54.923Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:54.923Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T13:23:54.925Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:54.925Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria 2022-03-28T13:23:54.926Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:23:54.926Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:54.926Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria 2022-03-28T13:23:54.927Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:23:54.927Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:54.927Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria 2022-03-28T13:23:54.927Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:23:54.927Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:54.928Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is not matching search criteria 2022-03-28T13:23:54.928Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T13:23:54.928Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T13:23:54.928Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-28T13:23:54.928Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T13:23:54.929Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T13:23:54.929Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T13:23:54.929Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T13:23:54.929Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T13:23:54.929Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T13:23:54.929Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T13:23:54.930Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T13:23:54.930Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b29f865b-e18b-4902-818f-afd32549abdd 2022-03-28T13:23:54.930Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:54.930Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is not matching search criteria 2022-03-28T13:23:54.931Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T13:23:54.931Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T13:23:54.931Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T13:23:54.931Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T13:23:54.931Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T13:23:54.932Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T13:23:54.932Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T13:23:54.932Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-28T13:23:54.932Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T13:23:54.932Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T13:23:54.933Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T13:23:54.933Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T13:23:54.933Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=76c70dc0-74bb-4fab-adaf-24f158b72431 2022-03-28T13:23:54.934Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:54.934Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is not matching search criteria 2022-03-28T13:23:54.934Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T13:23:54.934Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T13:23:54.934Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T13:23:54.935Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T13:23:54.935Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T13:23:54.935Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T13:23:54.936Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T13:23:54.936Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T13:23:54.936Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T13:23:54.936Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T13:23:54.936Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T13:23:54.937Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-28T13:23:54.937Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94226fb5-5c42-427b-95ab-d12dd4547406 2022-03-28T13:23:54.937Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:54.937Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:23:54.938Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:54.938Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:23:54.938Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:54.938Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:23:54.938Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:54.938Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:23:54.939Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-28 13-20-59 Description:catalog service description Model UUID:da207890-4c47-492a-bb4c-870286b86caf Model Version:NULL Model InvariantUuid:0395a5a5-b03b-46cc-a968-4cdbf59a42f8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW f06f468b-bfa8 Model UUID:d4d983fd-a484-45d1-afcb-1008530dca9d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:b22c9618-45ef-4e90-9741-f43bf40a9857 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:611efb92-c7a4-47a4-947e-10b61640f054 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c213d120-b916-41f6-943b-11e350a33fca ModelName:VfwF06f468bBfa8..base_vfw..module-0 ModelUuid:4935f286-1016-449d-b091-004ae11dbc8a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b29f865b-e18b-4902-818f-afd32549abdd ModelInvariantUuid:8c7be86c-d719-4ab5-9b1e-a27b3f2eec00 ModelName:vFW f06f468b-bfa8-nodes.vfwCvfc ModelUuid:c59b94bb-dcf9-4734-8be0-9fecf5504136 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:ec30234a-e75b-40d2-a785-a76bbb137674 ModelInvariantUuid:59238bc5-4e4f-4847-b163-75539a2cc2d4 ModelName:VfwF06f468bBfa8.compute.nodes.heat.vfw ModelUuid:c25fca7c-5901-4ff6-a826-bd20f68cd1aa ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:76c70dc0-74bb-4fab-adaf-24f158b72431 ModelInvariantUuid:fb6508ac-b893-4d2e-938a-c9e58c427881 ModelName:vFW f06f468b-bfa8-nodes.vsnCvfc ModelUuid:8f259672-35a1-4344-b3b7-92447d51aff7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:abf89944-3347-4e5a-b480-9b3e884b04d0 ModelInvariantUuid:aebad1a9-dc98-4591-841d-f89d20e03df7 ModelName:VfwF06f468bBfa8.compute.nodes.heat.vsn ModelUuid:626b71ca-bb61-4eff-8cde-15d4b227d567 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:94226fb5-5c42-427b-95ab-d12dd4547406 ModelInvariantUuid:d30381dc-7584-4756-a682-39a7ec346722 ModelName:vFW f06f468b-bfa8-nodes.vpgCvfc ModelUuid:2c99bce5-a6f4-4ba7-a3de-74573ef720ab ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c23212ee-1eee-429f-b957-09335ca250c5 ModelInvariantUuid:933d1b1e-8b1c-4c94-bee4-f58b67814dd0 ModelName:VfwF06f468bBfa8.compute.nodes.heat.vpg ModelUuid:078b0ee2-7431-4a80-8c44-4cf1bd2db5fe ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-28T13:23:54.958Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: c1eec359-a5e4-4bcb-a694-98509ad45bc8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:23:55.051Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||vFW f06f468b-bfa8 0 2022-03-28T13:23:55.059Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1eec359-a5e4-4bcb-a694-98509ad45bc8 2022-03-28T13:23:55.059Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2c8eefc4-5ee7-4964-9a40-32efc674a7d4 from URL: /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json 2022-03-28T13:23:55.059Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-28T13:23:55.059Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json 2022-03-28T13:23:55.429Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-28T13:23:55.430Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json 2c8eefc4-5ee7-4964-9a40-32efc674a7d4 785 2022-03-28T13:23:55.430Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json ASDC sendASDCNotification 2022-03-28T13:23:55.430Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json 2022-03-28T13:23:55.431Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:23:55.431Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:23:55.435Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:23:55.435Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473835430, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T13:23:55.535Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:23:55.536Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:23:55.536Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:23:55.551Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:23:55.552Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:23:56.437Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF06f468bBfa8..base_vfw..module-0", "vfModuleModelInvariantUUID": "c213d120-b916-41f6-943b-11e350a33fca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4935f286-1016-449d-b091-004ae11dbc8a", "vfModuleModelCustomizationUUID": "56e75d7a-1d78-4af6-b8e8-e5c0ced42197", "isBase": true, "artifacts": [ "0c6168dc-257b-423d-be60-c7d8dcbbcbd3", "9b90e013-ff07-4d48-8caf-a8e4916b8e7d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-28T13:23:56.459Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF06f468bBfa8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4935f286-1016-449d-b091-004ae11dbc8a VfModuleModelInvariantUUID:c213d120-b916-41f6-943b-11e350a33fca VfModuleModelDescription:NULL Artifacts UUID List:{ 0c6168dc-257b-423d-be60-c7d8dcbbcbd3 , 9b90e013-ff07-4d48-8caf-a8e4916b8e7d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-28T13:23:56.464Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF06f468bBfa8..base_vfw..module-0", "vfModuleModelInvariantUUID": "c213d120-b916-41f6-943b-11e350a33fca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4935f286-1016-449d-b091-004ae11dbc8a", "vfModuleModelCustomizationUUID": "56e75d7a-1d78-4af6-b8e8-e5c0ced42197", "isBase": true, "artifacts": [ "0c6168dc-257b-423d-be60-c7d8dcbbcbd3", "9b90e013-ff07-4d48-8caf-a8e4916b8e7d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-28T13:23:56.464Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF06f468bBfa8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4935f286-1016-449d-b091-004ae11dbc8a VfModuleModelInvariantUUID:c213d120-b916-41f6-943b-11e350a33fca VfModuleModelDescription:NULL Artifacts UUID List:{ 0c6168dc-257b-423d-be60-c7d8dcbbcbd3 , 9b90e013-ff07-4d48-8caf-a8e4916b8e7d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-28T13:23:56.465Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0c6168dc-257b-423d-be60-c7d8dcbbcbd3 from URL: /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml 2022-03-28T13:23:56.465Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-28T13:23:56.465Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml 2022-03-28T13:23:56.836Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-28T13:23:56.837Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml 0c6168dc-257b-423d-be60-c7d8dcbbcbd3 20368 2022-03-28T13:23:56.838Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-28T13:23:56.838Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml 2022-03-28T13:23:56.838Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:23:56.838Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:23:56.840Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:23:56.840Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473836838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T13:23:56.940Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:23:56.942Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:23:56.942Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:23:57.016Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:23:57.017Z||pool-12-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:23:57.842Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9b90e013-ff07-4d48-8caf-a8e4916b8e7d from URL: /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env 2022-03-28T13:23:57.843Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-28T13:23:57.843Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env 2022-03-28T13:23:58.137Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-28T13:23:58.138Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env 9b90e013-ff07-4d48-8caf-a8e4916b8e7d 2098 2022-03-28T13:23:58.139Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-28T13:23:58.139Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env 2022-03-28T13:23:58.139Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:23:58.140Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:23:58.143Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:23:58.144Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473838139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-28T13:23:58.244Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:23:58.245Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:23:58.245Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:23:58.259Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:23:58.260Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:23:59.144Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: da207890-4c47-492a-bb4c-870286b86caf 2022-03-28T13:23:59.145Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f06f468b-bfa8 0 c1eec359-a5e4-4bcb-a694-98509ad45bc8 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:23:59.201Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35c4902c, org.onap.sdc.toscaparser.api.parameters.Input@15b9ee1d, org.onap.sdc.toscaparser.api.parameters.Input@2f039512, org.onap.sdc.toscaparser.api.parameters.Input@122a9afb, org.onap.sdc.toscaparser.api.parameters.Input@37e3d62] 2022-03-28T13:23:59.206Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.207Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:23:59.207Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-03-28T13:23:59.207Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 611efb92-c7a4-47a4-947e-10b61640f054 2022-03-28T13:23:59.207Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 611efb92-c7a4-47a4-947e-10b61640f054 matches Tosca VF Customization UUID: 611efb92-c7a4-47a4-947e-10b61640f054 2022-03-28T13:23:59.207Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 611efb92-c7a4-47a4-947e-10b61640f054 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-28T13:23:59.215Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.215Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:23:59.218Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 611efb92-c7a4-47a4-947e-10b61640f054: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-03-28T13:23:59.218Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7559a625 2022-03-28T13:23:59.218Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.219Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T13:23:59.220Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 56e75d7a-1d78-4af6-b8e8-e5c0ced42197 2022-03-28T13:23:59.221Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 56e75d7a-1d78-4af6-b8e8-e5c0ced42197 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-28T13:23:59.229Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.230Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria 2022-03-28T13:23:59.230Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:23:59.231Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.231Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria 2022-03-28T13:23:59.231Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:23:59.232Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.232Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is not matching search criteria 2022-03-28T13:23:59.233Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T13:23:59.233Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T13:23:59.233Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-28T13:23:59.234Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T13:23:59.234Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T13:23:59.235Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T13:23:59.235Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T13:23:59.235Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T13:23:59.236Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T13:23:59.236Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T13:23:59.236Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T13:23:59.237Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b29f865b-e18b-4902-818f-afd32549abdd Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-28T13:23:59.245Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.246Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria 2022-03-28T13:23:59.246Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:23:59.247Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.247Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is not matching search criteria 2022-03-28T13:23:59.247Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T13:23:59.248Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T13:23:59.248Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T13:23:59.248Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T13:23:59.249Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T13:23:59.249Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T13:23:59.249Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T13:23:59.250Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-28T13:23:59.250Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T13:23:59.251Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T13:23:59.251Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T13:23:59.251Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T13:23:59.252Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=76c70dc0-74bb-4fab-adaf-24f158b72431 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-28T13:23:59.254Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.255Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria 2022-03-28T13:23:59.255Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:23:59.259Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.259Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is not matching search criteria 2022-03-28T13:23:59.259Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T13:23:59.260Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T13:23:59.260Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T13:23:59.261Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T13:23:59.261Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T13:23:59.261Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T13:23:59.262Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T13:23:59.262Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T13:23:59.262Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T13:23:59.263Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T13:23:59.263Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T13:23:59.263Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-28T13:23:59.264Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94226fb5-5c42-427b-95ab-d12dd4547406 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-28T13:23:59.267Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.267Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria 2022-03-28T13:23:59.267Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:23:59.268Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.268Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria 2022-03-28T13:23:59.268Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=611efb92-c7a4-47a4-947e-10b61640f054 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:23:59.270Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.271Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:23:59.271Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid da207890-4c47-492a-bb4c-870286b86caf: vFW f06f468b-bfa8 2022-03-28T13:23:59.271Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.272Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:23:59.272Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.272Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:23:59.273Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.273Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:23:59.274Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.274Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:23:59.274Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:23:59.275Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:23:59.275Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-28 13-20-59 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:23:59.565Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f06f468b-bfa8 c1eec359-a5e4-4bcb-a694-98509ad45bc8 1 ASDC deployResourceStructure 2022-03-28T13:23:59.566Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json ASDC sendASDCNotification 2022-03-28T13:23:59.567Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json 2022-03-28T13:23:59.567Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:23:59.568Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:23:59.570Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:23:59.570Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473839566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json", "status": "DEPLOY_OK" } 2022-03-28T13:23:59.677Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-03-28T13:23:59.678Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:23:59.678Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:23:59.705Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:23:59.706Z||pool-14-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:24:00.573Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-28T13:24:00.574Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml 2022-03-28T13:24:00.575Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:24:00.575Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:24:00.577Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:24:00.578Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473840573, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-28T13:24:00.677Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:24:00.679Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:24:00.680Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:24:00.696Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:24:00.697Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:24:01.579Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-28T13:24:01.580Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env 2022-03-28T13:24:01.580Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:24:01.581Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:24:01.583Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:24:01.584Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473841579, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-28T13:24:01.684Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:24:01.685Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:24:01.685Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:24:01.702Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:24:01.702Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:24:02.585Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar ASDC sendASDCNotification 2022-03-28T13:24:02.585Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar 2022-03-28T13:24:02.586Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:24:02.586Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:24:02.588Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:24:02.589Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473842585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:24:02.689Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:24:02.690Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:24:02.690Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:24:02.704Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:24:02.705Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:24:03.590Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:24:03.616Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:24:03.619Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:24:03.619Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T13:24:03.620Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T13:24:33.620Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:24:33.631Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:24:33.633Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:24:33.634Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T13:24:33.634Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T13:24:34.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:24:34.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:24:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:24:34.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:24:34.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-28T13:24:34.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "policy-id", "timestamp": 1648473819012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:24:34.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-28T13:25:03.634Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:25:03.647Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:25:03.650Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:25:03.650Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T13:25:03.651Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T13:25:33.651Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:25:33.664Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:25:33.667Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:25:33.667Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T13:25:33.667Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T13:25:34.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:25:34.845Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:25:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:25:34.895Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:25:34.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-28T13:25:34.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473810778, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:25:34.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-28T13:25:34.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-28T13:25:34.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "ves-openapi-manager", "timestamp": 1648473819660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:25:34.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:03.668Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:26:03.681Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:26:03.686Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:26:03.686Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T13:26:03.686Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T13:26:33.687Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:26:33.702Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:26:33.704Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:26:33.705Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T13:26:33.705Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T13:26:34.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:26:34.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:26:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:26:34.885Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:26:34.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "multicloud-k8s-id", "timestamp": 1648473816708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json", "status": "NOTIFIED" } 2022-03-28T13:26:34.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473814837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json", "status": "NOTIFIED" } 2022-03-28T13:26:34.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "policy-id", "timestamp": 1648473819012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473810778, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "ves-openapi-manager", "timestamp": 1648473819660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "cds", "timestamp": 1648473822757, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473814837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-28T13:26:34.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "multicloud-k8s-id", "timestamp": 1648473816708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-28T13:26:34.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "policy-id", "timestamp": 1648473819012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-28T13:26:34.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473810778, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "ves-openapi-manager", "timestamp": 1648473819660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "cds", "timestamp": 1648473822757, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "multicloud-k8s-id", "timestamp": 1648473816708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473814837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "policy-id", "timestamp": 1648473819012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473810778, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "ves-openapi-manager", "timestamp": 1648473819660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "cds", "timestamp": 1648473822757, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473814837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-28T13:26:34.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "multicloud-k8s-id", "timestamp": 1648473816708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-28T13:26:34.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "policy-id", "timestamp": 1648473819012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473810778, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "ves-openapi-manager", "timestamp": 1648473819660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "cds", "timestamp": 1648473822757, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "multicloud-k8s-id", "timestamp": 1648473816708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473814837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "policy-id", "timestamp": 1648473819012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473810778, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "ves-openapi-manager", "timestamp": 1648473819660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "clamp", "timestamp": 1648473825073, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "cds", "timestamp": 1648473822757, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473814837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:26:34.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "multicloud-k8s-id", "timestamp": 1648473816708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:26:34.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "policy-id", "timestamp": 1648473819012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:26:34.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473810778, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:26:34.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "ves-openapi-manager", "timestamp": 1648473819660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "clamp", "timestamp": 1648473825073, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json", "status": "NOTIFIED" } 2022-03-28T13:26:34.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "cds", "timestamp": 1648473822757, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "clamp", "timestamp": 1648473825073, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "cds", "timestamp": 1648473822757, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:26:34.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "policy-id", "timestamp": 1648473828577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:34.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:34.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473829003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:34.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:34.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "clamp", "timestamp": 1648473825073, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "multicloud-k8s-id", "timestamp": 1648473829326, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:34.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:34.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473829662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:34.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:34.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "policy-id", "timestamp": 1648473829585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:26:34.944Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:34.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "cds", "timestamp": 1648473831010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:34.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:34.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "clamp", "timestamp": 1648473825073, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "policy-id", "timestamp": 1648473830589, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:26:34.956Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fc9f2ab-beda-423f-abfb-4e4df6db239b 2022-03-28T13:26:34.956Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fc9f2ab-beda-423f-abfb-4e4df6db239b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:26:34.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "cds", "timestamp": 1648473832041, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:26:34.976Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9fc9f2ab-beda-423f-abfb-4e4df6db239b 2022-03-28T13:26:34.976Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fc9f2ab-beda-423f-abfb-4e4df6db239b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:26:34.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "clamp", "timestamp": 1648473825073, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:34.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "multicloud-k8s-id", "timestamp": 1648473830926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:34.988Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:34.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "clamp", "timestamp": 1648473825073, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:26:34.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:34.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "multicloud-k8s-id", "timestamp": 1648473832214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:34.990Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:34.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:34.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "multicloud-k8s-id", "timestamp": 1648473833362, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:26:34.996Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fc9f2ab-beda-423f-abfb-4e4df6db239b 2022-03-28T13:26:34.996Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fc9f2ab-beda-423f-abfb-4e4df6db239b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-28T13:26:35.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "multicloud-k8s-id", "timestamp": 1648473834367, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json", "status": "DEPLOY_OK" } 2022-03-28T13:26:35.010Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473835430, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:35.011Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "aai-ml", "timestamp": 1648473836132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473836082, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:26:35.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473836838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:35.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "aai-ml", "timestamp": 1648473836132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473837088, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:26:35.021Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9fc9f2ab-beda-423f-abfb-4e4df6db239b 2022-03-28T13:26:35.021Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fc9f2ab-beda-423f-abfb-4e4df6db239b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:26:35.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "cds", "timestamp": 1648473837757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648473836708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.032Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "aai-ml", "timestamp": 1648473836132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473838139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:35.034Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "cds", "timestamp": 1648473837757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648473836708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json", "status": "NOTIFIED" } 2022-03-28T13:26:35.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "aai-ml", "timestamp": 1648473836132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473839566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json", "status": "DEPLOY_OK" } 2022-03-28T13:26:35.036Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "cds", "timestamp": 1648473837757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648473836708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-28T13:26:35.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "policy-id", "timestamp": 1648473839012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "aai-ml", "timestamp": 1648473836132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "clamp", "timestamp": 1648473839619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:35.040Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473840573, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-28T13:26:35.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "cds", "timestamp": 1648473837757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648473836708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "ves-openapi-manager", "timestamp": 1648473839660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "policy-id", "timestamp": 1648473839012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "aai-ml", "timestamp": 1648473836132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473840778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473841579, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-28T13:26:35.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "cds", "timestamp": 1648473837757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648473836708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-28T13:26:35.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "ves-openapi-manager", "timestamp": 1648473839660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "policy-id", "timestamp": 1648473839012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-28T13:26:35.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "clamp", "timestamp": 1648473841626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:26:35.051Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "aai-ml", "timestamp": 1648473836132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:26:35.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473840778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648473842585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:26:35.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "cds", "timestamp": 1648473837757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648473836708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "ves-openapi-manager", "timestamp": 1648473839660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "policy-id", "timestamp": 1648473839012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "clamp", "timestamp": 1648473842632, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:26:35.062Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9fc9f2ab-beda-423f-abfb-4e4df6db239b 2022-03-28T13:26:35.062Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fc9f2ab-beda-423f-abfb-4e4df6db239b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:26:35.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "aai-ml", "timestamp": 1648473844123, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:35.073Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473840778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "cds", "timestamp": 1648473837757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:26:35.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648473836708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:26:35.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "ves-openapi-manager", "timestamp": 1648473839660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "policy-id", "timestamp": 1648473839012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473840778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "ves-openapi-manager", "timestamp": 1648473839660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648473844555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:35.084Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "cds", "timestamp": 1648473845705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:35.086Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "policy-id", "timestamp": 1648473839012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473840778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "ves-openapi-manager", "timestamp": 1648473839660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "cds", "timestamp": 1648473846712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:26:35.110Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d 2022-03-28T13:26:35.110Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:26:35.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "policy-id", "timestamp": 1648473839012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:26:35.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648473845770, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:35.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473840778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "ves-openapi-manager", "timestamp": 1648473839660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473840778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:26:35.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648473847314, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:35.129Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "policy-id", "timestamp": 1648473847361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:35.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648473848341, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:26:35.137Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d 2022-03-28T13:26:35.137Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:26:35.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "policy-id", "timestamp": 1648473848367, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:26:35.151Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473849007, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:35.152Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648473849345, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T13:26:35.152Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "policy-id", "timestamp": 1648473849370, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:26:35.165Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d 2022-03-28T13:26:35.166Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-28T13:26:35.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473852048, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:26:35.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648473853056, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:26:35.186Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d 2022-03-28T13:26:35.187Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:26:35.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "clamp", "timestamp": 1648473855073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "clamp", "timestamp": 1648473855073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json", "status": "NOTIFIED" } 2022-03-28T13:26:35.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "clamp", "timestamp": 1648473855073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "clamp", "timestamp": 1648473855073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "clamp", "timestamp": 1648473855073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "clamp", "timestamp": 1648473855073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "clamp", "timestamp": 1648473855073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:26:35.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "aai-ml", "timestamp": 1648473865882, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:26:35.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "aai-ml", "timestamp": 1648473866889, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:26:35.212Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9fc9f2ab-beda-423f-abfb-4e4df6db239b 2022-03-28T13:26:35.213Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fc9f2ab-beda-423f-abfb-4e4df6db239b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:26:35.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "aai-ml", "timestamp": 1648473836132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "aai-ml", "timestamp": 1648473836132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "aai-ml", "timestamp": 1648473836132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "aai-ml", "timestamp": 1648473836132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.226Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "clamp", "timestamp": 1648473870614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:35.227Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "aai-ml", "timestamp": 1648473836132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "aai-ml", "timestamp": 1648473836132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:26:35.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "clamp", "timestamp": 1648473872620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:26:35.228Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:26:35.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "aai-ml", "timestamp": 1648473836132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:26:35.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T13:26:35.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "clamp", "timestamp": 1648473873624, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:26:35.235Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d 2022-03-28T13:26:35.236Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:26:35.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:26:35.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "aai-ml", "timestamp": 1648473875119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:26:35.247Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:27:03.706Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:27:03.715Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:27:03.719Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:27:03.719Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T13:27:03.719Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T13:27:03.719Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T13:27:03.720Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:27:03.720Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:27:03.720Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:27:03.720Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:27:03.720Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:27:03.720Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:27:03.720Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|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-03-28T13:27:03.724Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T13:27:33.725Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-28T13:27:33.735Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b and serviceModelVersionId: da207890-4c47-492a-bb4c-870286b86caf 2022-03-28T13:27:33.735Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0395a5a5-b03b-46cc-a968-4cdbf59a42f8 2022-03-28T13:27:34.863Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:27:34.865Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:27:34.865Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:27:35.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:27:35.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:27:35.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "aai-ml", "timestamp": 1648473888283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:27:35.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:27:35.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T13:27:35.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "aai-ml", "timestamp": 1648473889288, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:27:35.417Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d 2022-03-28T13:27:35.418Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:27:49.777Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?depth=0 2022-03-28T13:27:49.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T13:27:50.489Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?depth=0|INFO|500||Invoke 2022-03-28T13:27:50.498Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9fc9f2ab-beda-423f-abfb-4e4df6db239b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7fcb11eb-cfbe-4010-b2fb-86b84a872e57], X-ECOMP-RequestID=[9fc9f2ab-beda-423f-abfb-4e4df6db239b], X-TransactionId=[], X-ONAP-RequestID=[9fc9f2ab-beda-423f-abfb-4e4df6db239b], Content-Type=[application/merge-patch+json]} 2022-03-28T13:27:50.622Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T13:27:51.124Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?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/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220328-13:27:50:172-91538], vertex-id=[192520], Content-Length=[0], Date=[Mon, 28 Mar 2022 13:27:50 GMT], Content-Type=[application/json]} 2022-03-28T13:27:51.126Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-28T13:27:51.127Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?depth=0|INFO|500||InvokeReturn 2022-03-28T13:27:51.131Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T13:27:51.131Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|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-03-28T13:27:51.143Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|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-03-28T13:27:51.150Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9fc9f2ab-beda-423f-abfb-4e4df6db239b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T13:27:51.151Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T13:27:51.151Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:27:51.153Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:27:51.153Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474071150, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T13:27:51.254Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:27:51.255Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:27:51.255Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:27:51.271Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:27:51.272Z||pool-18-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-03-28T13:27:52.172Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:27:52.173Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:27:52.174Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:27:56.587Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:27:56.588Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-28T13:27:56.588Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d","serviceName":"basic_onboard_claMYV","serviceVersion":"1.0","serviceUUID":"b2db55f4-5972-401c-9cc1-6c293870254a","serviceDescription":"service","serviceInvariantUUID":"b3d418c4-80af-4fec-b1fd-83dc64785133","resources":[{"resourceInstanceName":"basic_onboard_claMYV 0","resourceName":"basic_onboard_claMYV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e4d4ef51-8dfb-49ec-940a-a203d8becbad","resourceInvariantUUID":"ab71d8ba-f976-4f98-833f-9f0b217430b8","resourceCustomizationUUID":"a2a438f8-c601-4212-9571-e11c8d6fa5d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml","artifactChecksum":"OTVmMmM3N2I5YTE3NmY4ZjdlODdhNTNkYjhlZDk3YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f088d9f3-bb4a-401e-ac03-8d3bec9d2b55","artifactVersion":"1"},{"artifactName":"basic_onboard_clamyv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json","artifactChecksum":"ZDRmNTk5YmFlZDUxYzQyM2UxNGIxNDAxZmY4MWVmMjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b4f68586-4711-4512-acb8-35061a17064c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b6a44231-bd23-4004-881e-7136e2fcc5c6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6c77a93c-f74a-4d65-b7ab-6ec98a7788fd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d815b30e-b851-4e33-9980-e79d62499ba6","artifactVersion":"2","generatedFromUUID":"b6a44231-bd23-4004-881e-7136e2fcc5c6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardClamyv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml","artifactChecksum":"NjZjZjA3MDVhYzc5YTQ5Y2NlY2E5MWViZDZjMjIyODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f9d73d37-c485-4b67-bebc-85dbc1fc61fb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardClamyv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar","artifactChecksum":"YzRkZDcwYzFkNmFjNTk2YzNlOGM1OWZlMzI5MTM0ZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a59b9079-0478-46e1-9238-1d59096fbd31","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T13:27:56.591Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:27:56.592Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:27:56.594Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:27:56.594Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474072171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:27:56.695Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:27:56.696Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:27:56.696Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:27:56.732Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:27:56.733Z||pool-19-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:27:57.595Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:27:57.596Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:27:57.601Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:27:57.601Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474072171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json", "status": "NOTIFIED" } 2022-03-28T13:27:57.699Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-28T13:27:57.700Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:27:57.700Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:27:57.733Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:27:57.734Z||pool-20-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:27:58.602Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:27:58.602Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:27:58.604Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:27:58.604Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474072171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-28T13:27:58.704Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:27:58.705Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:27:58.705Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:27:58.719Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:27:58.720Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:27:59.605Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:27:59.605Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:27:59.608Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:27:59.608Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474072171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:27:59.709Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-28T13:27:59.710Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:27:59.710Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:27:59.730Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:27:59.730Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:28:00.609Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:28:00.610Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:28:00.613Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:28:00.613Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474072171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-28T13:28:00.713Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:28:00.714Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:28:00.714Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:28:00.728Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:28:00.728Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:28:01.614Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:28:01.615Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:28:01.617Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:28:01.617Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474072171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:28:01.717Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:28:01.719Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:28:01.719Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:28:01.734Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:28:01.734Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:28:02.618Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:28:02.619Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:28:02.621Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:28:02.622Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474072171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:28:02.722Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:28:02.723Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:28:02.723Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:28:02.740Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:28:02.741Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:28:03.623Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "serviceName": "basic_onboard_claMYV", "serviceVersion": "1.0", "serviceUUID": "b2db55f4-5972-401c-9cc1-6c293870254a", "serviceDescription": "service", "serviceInvariantUUID": "b3d418c4-80af-4fec-b1fd-83dc64785133", "resources": [ { "resourceInstanceName": "basic_onboard_claMYV 0", "resourceCustomizationUUID": "a2a438f8-c601-4212-9571-e11c8d6fa5d2", "resourceName": "basic_onboard_claMYV", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e4d4ef51-8dfb-49ec-940a-a203d8becbad", "resourceInvariantUUID": "ab71d8ba-f976-4f98-833f-9f0b217430b8", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_clamyv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json", "artifactChecksum": "ZDRmNTk5YmFlZDUxYzQyM2UxNGIxNDAxZmY4MWVmMjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b4f68586-4711-4512-acb8-35061a17064c", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b6a44231-bd23-4004-881e-7136e2fcc5c6", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d815b30e-b851-4e33-9980-e79d62499ba6", "generatedFromUUID": "b6a44231-bd23-4004-881e-7136e2fcc5c6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d815b30e-b851-4e33-9980-e79d62499ba6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardClamyv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "artifactChecksum": "YzRkZDcwYzFkNmFjNTk2YzNlOGM1OWZlMzI5MTM0ZmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a59b9079-0478-46e1-9238-1d59096fbd31" } ], "workloadContext": "Production" } 2022-03-28T13:28:03.624Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T13:28:03.624Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b2db55f4-5972-401c-9cc1-6c293870254a ASDC 2022-03-28T13:28:03.624Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d ServiceName:basic_onboard_claMYV ServiceVersion:1.0 ServiceUUID:b2db55f4-5972-401c-9cc1-6c293870254a ServiceInvariantUUID:b3d418c4-80af-4fec-b1fd-83dc64785133 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardClamyv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar ArtifactUUID:a59b9079-0478-46e1-9238-1d59096fbd31 ArtifactChecksum:YzRkZDcwYzFkNmFjNTk2YzNlOGM1OWZlMzI5MTM0ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_claMYV 0 ResourceCustomizationUUID:a2a438f8-c601-4212-9571-e11c8d6fa5d2 ResourceInvariantUUID:ab71d8ba-f976-4f98-833f-9f0b217430b8 ResourceName:basic_onboard_claMYV ResourceType:VF ResourceUUID:e4d4ef51-8dfb-49ec-940a-a203d8becbad ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_clamyv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json ArtifactUUID:b4f68586-4711-4512-acb8-35061a17064c ArtifactChecksum:ZDRmNTk5YmFlZDUxYzQyM2UxNGIxNDAxZmY4MWVmMjU= 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/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml ArtifactUUID:b6a44231-bd23-4004-881e-7136e2fcc5c6 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/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env ArtifactUUID:d815b30e-b851-4e33-9980-e79d62499ba6 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/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env ArtifactUUID:d815b30e-b851-4e33-9980-e79d62499ba6 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-28T13:28:03.624Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b2db55f4-5972-401c-9cc1-6c293870254a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-28T13:28:03.656Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T13:28:03.657Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-28T13:28:03.657Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-28T13:28:03.658Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a59b9079-0478-46e1-9238-1d59096fbd31 from URL: /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:03.658Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-28T13:28:03.658Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:03.943Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-28T13:28:03.947Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar a59b9079-0478-46e1-9238-1d59096fbd31 71570 2022-03-28T13:28:03.947Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar ASDC sendASDCNotification 2022-03-28T13:28:03.947Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:03.947Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:28:03.948Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:28:03.949Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:28:03.949Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474083947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:28:04.050Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:28:04.051Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:28:04.051Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:28:04.067Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:28:04.068Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:28:04.950Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T13:28:04.952Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-28T13:28:04.952Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a59b9079-0478-46e1-9238-1d59096fbd31, URL: /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar to file: /app/ASDC/1/service-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:04.952Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:04.953Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:04.953Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:05.169Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16041926791620142407/Definitions/service-BasicOnboardClamyv-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-03-28T13:28:06.496Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T13:28:06.497Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-28T13:28:06.497Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:06.498Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-28T13:28:06.498Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:06.498Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:06.499Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:06.499Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_claMYV 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:06.499Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:06.499Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:06.500Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:06.500Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:06.500Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:06.501Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-28T13:28:06.501Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:06.501Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:28:06.502Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria 2022-03-28T13:28:06.502Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-28T13:28:06.502Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T13:28:06.503Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:06.503Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:28:06.503Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria 2022-03-28T13:28:06.504Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-28T13:28:06.504Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T13:28:06.505Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:06.505Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:28:06.505Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:06.506Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is not matching search criteria 2022-03-28T13:28:06.506Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-28T13:28:06.506Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-28T13:28:06.507Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-28T13:28:06.507Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-28T13:28:06.507Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-28T13:28:06.508Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:06.508Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T13:28:06.508Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:06.509Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria 2022-03-28T13:28:06.509Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:28:06.510Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:06.510Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria 2022-03-28T13:28:06.511Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:28:06.511Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:06.512Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria 2022-03-28T13:28:06.512Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:28:06.513Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:06.513Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is not matching search criteria 2022-03-28T13:28:06.514Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-28T13:28:06.514Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-28T13:28:06.514Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=44c1fe66-06b8-4aae-b1d1-e99c812aeb41 2022-03-28T13:28:06.515Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:06.515Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:28:06.516Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:06.516Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:28:06.517Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:06.517Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:28:06.518Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:06.518Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:28:06.519Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_claMYV Description:service Model UUID:b2db55f4-5972-401c-9cc1-6c293870254a Model Version:NULL Model InvariantUuid:b3d418c4-80af-4fec-b1fd-83dc64785133 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_claMYV Model UUID:bffcc248-ea15-4d2b-8b89-5c860fa6c016 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ab71d8ba-f976-4f98-833f-9f0b217430b8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a2a438f8-c601-4212-9571-e11c8d6fa5d2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:af8e8183-a635-4118-9c5e-3fe91423f8ba ModelName:BasicOnboardClamyv..base_ubuntu18..module-0 ModelUuid:82276097-fbef-41dc-a1d2-39f6641af895 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:44c1fe66-06b8-4aae-b1d1-e99c812aeb41 ModelInvariantUuid:868a7675-4caa-4765-8c15-f2adc1d95fb9 ModelName:basic_onboard_claMYV-nodes.ubuntu18Cvfc ModelUuid:86504f4d-d3c7-4a96-ae61-79a1b127905d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:1701f14f-8550-488c-939e-42b0aea1c335 ModelInvariantUuid:f9434397-4963-4d89-8bb7-f00907e9b6ea ModelName:BasicOnboardClamyv.compute.nodes.heat.ubuntu18 ModelUuid:7b5d4be3-d512-4fe5-a97f-716223a8ab3b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-28T13:28:06.525Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e4d4ef51-8dfb-49ec-940a-a203d8becbad Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:28:06.528Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||basic_onboard_claMYV 0 2022-03-28T13:28:06.528Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e4d4ef51-8dfb-49ec-940a-a203d8becbad 2022-03-28T13:28:06.528Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b4f68586-4711-4512-acb8-35061a17064c from URL: /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json 2022-03-28T13:28:06.528Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-28T13:28:06.528Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json 2022-03-28T13:28:06.761Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-28T13:28:06.762Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json b4f68586-4711-4512-acb8-35061a17064c 798 2022-03-28T13:28:06.763Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json ASDC sendASDCNotification 2022-03-28T13:28:06.763Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json 2022-03-28T13:28:06.763Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:28:06.764Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:28:06.766Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:28:06.767Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474086763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T13:28:06.867Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:28:06.869Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:28:06.869Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:28:06.892Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:28:06.893Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:28:07.767Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardClamyv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "af8e8183-a635-4118-9c5e-3fe91423f8ba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "82276097-fbef-41dc-a1d2-39f6641af895", "vfModuleModelCustomizationUUID": "e29fe78c-33d3-49e6-aafc-c52534755d5e", "isBase": true, "artifacts": [ "b6a44231-bd23-4004-881e-7136e2fcc5c6", "d815b30e-b851-4e33-9980-e79d62499ba6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-28T13:28:07.772Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardClamyv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:82276097-fbef-41dc-a1d2-39f6641af895 VfModuleModelInvariantUUID:af8e8183-a635-4118-9c5e-3fe91423f8ba VfModuleModelDescription:NULL Artifacts UUID List:{ b6a44231-bd23-4004-881e-7136e2fcc5c6 , d815b30e-b851-4e33-9980-e79d62499ba6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-28T13:28:07.774Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardClamyv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "af8e8183-a635-4118-9c5e-3fe91423f8ba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "82276097-fbef-41dc-a1d2-39f6641af895", "vfModuleModelCustomizationUUID": "e29fe78c-33d3-49e6-aafc-c52534755d5e", "isBase": true, "artifacts": [ "b6a44231-bd23-4004-881e-7136e2fcc5c6", "d815b30e-b851-4e33-9980-e79d62499ba6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-28T13:28:07.774Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardClamyv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:82276097-fbef-41dc-a1d2-39f6641af895 VfModuleModelInvariantUUID:af8e8183-a635-4118-9c5e-3fe91423f8ba VfModuleModelDescription:NULL Artifacts UUID List:{ b6a44231-bd23-4004-881e-7136e2fcc5c6 , d815b30e-b851-4e33-9980-e79d62499ba6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-28T13:28:07.774Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b6a44231-bd23-4004-881e-7136e2fcc5c6 from URL: /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml 2022-03-28T13:28:07.774Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-28T13:28:07.775Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml 2022-03-28T13:28:08.134Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-28T13:28:08.135Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml b6a44231-bd23-4004-881e-7136e2fcc5c6 5033 2022-03-28T13:28:08.135Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-28T13:28:08.135Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml 2022-03-28T13:28:08.135Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:28:08.136Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:28:08.138Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:28:08.138Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474088135, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T13:28:08.238Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:28:08.239Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:28:08.239Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:28:08.256Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:28:08.256Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:28:09.139Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d815b30e-b851-4e33-9980-e79d62499ba6 from URL: /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env 2022-03-28T13:28:09.139Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-28T13:28:09.140Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env 2022-03-28T13:28:09.446Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-28T13:28:09.446Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env d815b30e-b851-4e33-9980-e79d62499ba6 909 2022-03-28T13:28:09.447Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-28T13:28:09.447Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env 2022-03-28T13:28:09.447Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:28:09.447Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:28:09.449Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:28:09.449Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474089447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-28T13:28:09.549Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:28:09.550Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:28:09.550Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:28:09.564Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:28:09.564Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:28:10.449Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b2db55f4-5972-401c-9cc1-6c293870254a 2022-03-28T13:28:10.450Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_claMYV 0 e4d4ef51-8dfb-49ec-940a-a203d8becbad ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:28:10.458Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4711a391, org.onap.sdc.toscaparser.api.parameters.Input@63222110, org.onap.sdc.toscaparser.api.parameters.Input@1abcd002, org.onap.sdc.toscaparser.api.parameters.Input@63aa4bd2, org.onap.sdc.toscaparser.api.parameters.Input@296d711d] 2022-03-28T13:28:10.459Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:10.460Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:28:10.460Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-03-28T13:28:10.460Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a2a438f8-c601-4212-9571-e11c8d6fa5d2 2022-03-28T13:28:10.460Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2a438f8-c601-4212-9571-e11c8d6fa5d2 matches Tosca VF Customization UUID: a2a438f8-c601-4212-9571-e11c8d6fa5d2 2022-03-28T13:28:10.460Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a2a438f8-c601-4212-9571-e11c8d6fa5d2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-28T13:28:10.462Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:10.462Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:28:10.462Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a2a438f8-c601-4212-9571-e11c8d6fa5d2: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-03-28T13:28:10.462Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16b033d2 2022-03-28T13:28:10.462Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:10.463Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T13:28:10.463Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e29fe78c-33d3-49e6-aafc-c52534755d5e 2022-03-28T13:28:10.463Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e29fe78c-33d3-49e6-aafc-c52534755d5e Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-28T13:28:10.464Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:10.464Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria 2022-03-28T13:28:10.465Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:28:10.465Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:10.465Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria 2022-03-28T13:28:10.465Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:28:10.465Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:10.466Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is not matching search criteria 2022-03-28T13:28:10.466Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-28T13:28:10.466Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-28T13:28:10.466Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=44c1fe66-06b8-4aae-b1d1-e99c812aeb41 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-28T13:28:10.468Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:10.468Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria 2022-03-28T13:28:10.468Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:28:10.468Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:10.468Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria 2022-03-28T13:28:10.469Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0] matching following query criteria: sdcType=VF, customizationUUID=a2a438f8-c601-4212-9571-e11c8d6fa5d2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:28:10.470Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:10.470Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:28:10.470Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b2db55f4-5972-401c-9cc1-6c293870254a: basic_onboard_claMYV 2022-03-28T13:28:10.470Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:10.470Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:28:10.471Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:10.471Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:28:10.471Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:10.471Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:28:10.471Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:10.471Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:28:10.472Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:28:10.472Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:28:10.472Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_claMYV Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:28:10.541Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_claMYV e4d4ef51-8dfb-49ec-940a-a203d8becbad 1 ASDC deployResourceStructure 2022-03-28T13:28:10.544Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json ASDC sendASDCNotification 2022-03-28T13:28:10.544Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json 2022-03-28T13:28:10.544Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:28:10.544Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:28:10.547Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:28:10.547Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474090544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T13:28:10.647Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:28:10.648Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:28:10.648Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:28:10.671Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:28:10.671Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:28:11.548Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-28T13:28:11.549Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml 2022-03-28T13:28:11.549Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:28:11.550Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:28:11.552Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:28:11.553Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474091548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-28T13:28:11.653Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:28:11.654Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:28:11.654Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:28:11.668Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:28:11.669Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:28:12.555Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-28T13:28:12.556Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env 2022-03-28T13:28:12.556Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:28:12.557Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:28:12.559Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:28:12.560Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474092555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-28T13:28:12.659Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:28:12.661Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:28:12.661Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:28:12.676Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:28:12.684Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:28:13.561Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar ASDC sendASDCNotification 2022-03-28T13:28:13.561Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar 2022-03-28T13:28:13.562Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:28:13.562Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:28:13.564Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:28:13.565Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474093561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:28:13.665Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:28:13.666Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:28:13.666Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:28:13.679Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:28:13.679Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:28:14.565Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:28:14.583Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:28:14.589Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:28:14.589Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T13:28:14.589Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T13:28:14.589Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T13:28:14.589Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:28:14.590Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:28:14.590Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:28:14.590Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:28:14.590Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:28:14.590Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:28:14.590Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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-03-28T13:28:14.596Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T13:28:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:28:34.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:28:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:28:35.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:28:35.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:28:35.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474071150, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T13:28:35.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:28:35.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:28:35.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474072171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:28:35.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:28:35.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:28:35.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474072171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json", "status": "NOTIFIED" } 2022-03-28T13:28:35.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:28:35.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:28:35.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474072171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-28T13:28:35.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:28:35.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:28:35.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474072171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:28:35.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:28:35.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:28:35.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474072171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-28T13:28:35.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:28:35.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:28:35.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474072171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:28:35.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:28:35.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:28:35.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474072171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:28:35.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:28:35.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:28:35.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474083947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:28:35.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:28:35.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:28:35.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474086763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T13:28:35.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:28:35.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:28:35.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474088135, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T13:28:35.504Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:28:35.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:28:35.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474089447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-28T13:28:35.504Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:28:35.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:28:35.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474090544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T13:28:35.505Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:28:35.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:28:35.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474091548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-28T13:28:35.505Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:28:35.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:28:35.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474092555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-28T13:28:35.506Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:28:35.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:28:35.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474093561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:28:35.506Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:28:44.597Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-28T13:28:44.605Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and serviceModelVersionId: b2db55f4-5972-401c-9cc1-6c293870254a 2022-03-28T13:28:44.605Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3d418c4-80af-4fec-b1fd-83dc64785133 2022-03-28T13:28:44.606Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3d418c4-80af-4fec-b1fd-83dc64785133/model-vers/model-ver/b2db55f4-5972-401c-9cc1-6c293870254a?depth=0 2022-03-28T13:28:44.610Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T13:28:44.667Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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/b3d418c4-80af-4fec-b1fd-83dc64785133/model-vers/model-ver/b2db55f4-5972-401c-9cc1-6c293870254a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-28T13:28:44.668Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3d418c4-80af-4fec-b1fd-83dc64785133/model-vers/model-ver/b2db55f4-5972-401c-9cc1-6c293870254a?depth=0|INFO|500||Invoke 2022-03-28T13:28:44.707Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3d418c4-80af-4fec-b1fd-83dc64785133/model-vers/model-ver/b2db55f4-5972-401c-9cc1-6c293870254a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T13:28:45.359Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3d418c4-80af-4fec-b1fd-83dc64785133/model-vers/model-ver/b2db55f4-5972-401c-9cc1-6c293870254a?depth=0|INFO|500||InvokeReturn 2022-03-28T13:28:45.360Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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/b3d418c4-80af-4fec-b1fd-83dc64785133/model-vers/model-ver/b2db55f4-5972-401c-9cc1-6c293870254a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220328-13:28:44:256-90259], vertex-id=[151712], Content-Length=[0], Date=[Mon, 28 Mar 2022 13:28:44 GMT], Content-Type=[application/json]} 2022-03-28T13:28:45.360Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-03-28T13:28:45.361Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T13:28:45.361Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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-03-28T13:28:45.366Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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-03-28T13:28:45.366Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T13:28:45.367Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T13:28:45.367Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:28:45.369Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:28:45.369Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474125367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T13:28:45.469Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:28:45.470Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:28:45.470Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:28:45.493Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:28:45.494Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-28T13:28:46.385Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:28:46.385Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:28:46.385Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:28:55.942Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:28:55.943Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:28:55.943Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:28:55.944Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:29:05.498Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:29:05.499Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:29:05.500Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:29:05.500Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:29:15.050Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:29:15.051Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:29:15.052Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:29:15.052Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:29:24.650Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:29:34.837Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:29:34.838Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:29:34.838Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:29:34.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:29:34.844Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:29:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:29:35.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:29:35.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-28T13:29:35.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474125367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T13:29:35.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:29:44.400Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:30:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:30:34.838Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:30:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:30:34.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:30:34.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:30:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:30:44.411Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:30:44.414Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:31:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:31:34.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:31:34.840Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:31:34.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:31:34.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:31:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:31:44.412Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:31:44.453Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:32:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:32:34.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:32:34.839Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:32:34.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:32:34.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:32:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:32:44.399Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:32:44.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:33:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:33:34.838Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:33:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:33:34.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:33:34.846Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:33:34.847Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:33:44.412Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:33:44.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:34:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:34:34.838Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:34:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:34:34.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:34:34.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:34:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:34:44.411Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:34:44.411Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:35:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:35:34.838Z||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-03-28T13:35:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:35:34.843Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:35:34.844Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:35:34.844Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:35:44.408Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:35:44.409Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:36:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:36:34.838Z||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-03-28T13:36:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:36:34.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:36:34.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:36:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:36:35.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:36:35.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"17257944-4f40-418c-a1b7-94fe740e09cc","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"18499ea5-3b23-41e4-bee4-ed5bb66dc6c9","serviceDescription":"service","serviceInvariantUUID":"65ecad6d-2874-495a-a2af-3b09647273c6","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e1aabf10-1539-46f7-92f3-fefbeaae9231","resourceInvariantUUID":"2ff697c1-f664-480f-b5e5-143247db89a0","resourceCustomizationUUID":"ddb9fadc-ee01-4c67-bc3b-cf636c616385","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":"MDUxZWU4M2I0OWY0YTQxODE1ZGQ5Mjg1MzE0NjBlYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6bb4b9de-e898-44f7-a594-7d8f5cc94afe","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmY4ZDMxNGRiOWU5YmY2YjcyN2U4MDU4MWU1ZmYwYTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90ee26d3-8295-4482-bfae-35ed9aaf5149","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T13:36:35.485Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:36:35.486Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:36:35.489Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:36:35.489Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474594837, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:36:35.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:36:35.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "cds", "timestamp": 1648474542757, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:36:35.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:36:35.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "clamp", "timestamp": 1648474545073, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:36:35.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:36:35.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "cds", "timestamp": 1648474542757, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:36:35.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:36:35.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "clamp", "timestamp": 1648474545073, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:36:35.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:36:35.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "cds", "timestamp": 1648474555148, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:36:35.508Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:36:35.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "cds", "timestamp": 1648474556158, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:36:35.539Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17257944-4f40-418c-a1b7-94fe740e09cc 2022-03-28T13:36:35.540Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17257944-4f40-418c-a1b7-94fe740e09cc and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:36:35.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "aai-ml", "timestamp": 1648474556132, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:36:35.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:36:35.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "aai-ml", "timestamp": 1648474556132, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:36:35.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:36:35.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "multicloud-k8s-id", "timestamp": 1648474556708, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:36:35.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:36:35.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "aai-ml", "timestamp": 1648474559069, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:36:35.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:36:35.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "multicloud-k8s-id", "timestamp": 1648474556708, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:36:35.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:36:35.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "policy-id", "timestamp": 1648474559012, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:36:35.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:36:35.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "ves-openapi-manager", "timestamp": 1648474559660, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:36:35.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:36:35.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "policy-id", "timestamp": 1648474559012, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:36:35.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:36:35.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474560778, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:36:35.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:36:35.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "ves-openapi-manager", "timestamp": 1648474559660, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:36:35.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:36:35.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "clamp", "timestamp": 1648474561730, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:36:35.563Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:36:35.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "policy-id", "timestamp": 1648474561899, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:36:35.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:36:35.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474560778, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:36:35.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:36:35.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "policy-id", "timestamp": 1648474562907, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:36:35.566Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:36:35.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474563826, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:36:35.567Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:36:35.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "policy-id", "timestamp": 1648474563911, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:36:35.574Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17257944-4f40-418c-a1b7-94fe740e09cc 2022-03-28T13:36:35.574Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17257944-4f40-418c-a1b7-94fe740e09cc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:36:35.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "aai-ml", "timestamp": 1648474565154, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:36:35.587Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:36:35.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "clamp", "timestamp": 1648474564731, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:36:35.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:36:35.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "aai-ml", "timestamp": 1648474566160, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } 2022-03-28T13:36:35.591Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-28T13:36:35.592Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:36:35.592Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:36:35.597Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17257944-4f40-418c-a1b7-94fe740e09cc 2022-03-28T13:36:35.598Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17257944-4f40-418c-a1b7-94fe740e09cc and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:36:35.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474565943, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:36:35.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:36:35.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "clamp", "timestamp": 1648474565737, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 2022-03-28T13:36:35.608Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:36:35.608Z||pool-35-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=? 2022-03-28T13:36:35.613Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 17257944-4f40-418c-a1b7-94fe740e09cc 2022-03-28T13:36:35.613Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17257944-4f40-418c-a1b7-94fe740e09cc and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:36:35.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:36:35.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474566949, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:36:35.625Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17257944-4f40-418c-a1b7-94fe740e09cc 2022-03-28T13:36:35.626Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17257944-4f40-418c-a1b7-94fe740e09cc and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:36:36.490Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:36:36.492Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:36:36.494Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:36:36.494Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474594837, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:36:36.594Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:36:36.595Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:36:36.595Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:36:36.608Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:36:36.609Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:36:37.495Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "18499ea5-3b23-41e4-bee4-ed5bb66dc6c9", "serviceDescription": "service", "serviceInvariantUUID": "65ecad6d-2874-495a-a2af-3b09647273c6", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "ddb9fadc-ee01-4c67-bc3b-cf636c616385", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "e1aabf10-1539-46f7-92f3-fefbeaae9231", "resourceInvariantUUID": "2ff697c1-f664-480f-b5e5-143247db89a0", "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": "MmY4ZDMxNGRiOWU5YmY2YjcyN2U4MDU4MWU1ZmYwYTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "90ee26d3-8295-4482-bfae-35ed9aaf5149" } ], "workloadContext": "Production" } 2022-03-28T13:36:37.495Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T13:36:37.496Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 18499ea5-3b23-41e4-bee4-ed5bb66dc6c9 ASDC 2022-03-28T13:36:37.496Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:17257944-4f40-418c-a1b7-94fe740e09cc ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:18499ea5-3b23-41e4-bee4-ed5bb66dc6c9 ServiceInvariantUUID:65ecad6d-2874-495a-a2af-3b09647273c6 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:90ee26d3-8295-4482-bfae-35ed9aaf5149 ArtifactChecksum:MmY4ZDMxNGRiOWU5YmY2YjcyN2U4MDU4MWU1ZmYwYTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:ddb9fadc-ee01-4c67-bc3b-cf636c616385 ResourceInvariantUUID:2ff697c1-f664-480f-b5e5-143247db89a0 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:e1aabf10-1539-46f7-92f3-fefbeaae9231 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-28T13:36:37.496Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18499ea5-3b23-41e4-bee4-ed5bb66dc6c9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-28T13:36:37.543Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T13:36:37.544Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:36:37.544Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:36:37.545Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 90ee26d3-8295-4482-bfae-35ed9aaf5149 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-28T13:36:37.545Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T13:36:37.545Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-28T13:36:38.039Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T13:36:38.043Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 90ee26d3-8295-4482-bfae-35ed9aaf5149 52513 2022-03-28T13:36:38.043Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-28T13:36:38.044Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-28T13:36:38.044Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:36:38.045Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:36:38.047Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:36:38.047Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474598043, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:36:38.148Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:36:38.149Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:36:38.149Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:36:38.167Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:36:38.167Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:36:39.048Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T13:36:39.049Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:36:39.050Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 90ee26d3-8295-4482-bfae-35ed9aaf5149, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-28T13:36:39.050Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-28T13:36:39.051Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-28T13:36:39.051Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-28T13:36:39.254Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15999940330381957537/Definitions/service-BasicNetwork-template.yml 2022-03-28T13:36:39.936Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T13:36:39.937Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-28T13:36:39.937Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-28T13:36:39.938Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-28T13:36:39.938Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-28T13:36:39.938Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-28T13:36:39.938Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-28T13:36:39.939Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-28T13:36:39.939Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-28T13:36:39.940Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-28T13:36:39.940Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-28T13:36:39.940Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-28T13:36:39.941Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-28T13:36:39.941Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:36:39.941Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:36:39.942Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-28T13:36:39.942Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-28T13:36:39.943Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T13:36:39.943Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:36:39.944Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:36:39.944Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-28T13:36:39.944Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-28T13:36:39.945Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T13:36:39.945Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:36:39.946Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:36:39.946Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:36:39.947Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:36:39.948Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:36:39.948Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:36:39.948Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:36:39.949Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:36:39.949Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:36:39.949Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:36:39.950Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:18499ea5-3b23-41e4-bee4-ed5bb66dc6c9 Model Version:NULL Model InvariantUuid:65ecad6d-2874-495a-a2af-3b09647273c6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:2ff697c1-f664-480f-b5e5-143247db89a0 Model UUID:c6a053c9-bf0d-4291-a32c-e9c38efc9f29 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:ddb9fadc-ee01-4c67-bc3b-cf636c616385 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-28T13:36:39.956Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: e1aabf10-1539-46f7-92f3-fefbeaae9231 2022-03-28T13:36:39.957Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||No resources found for Service: 18499ea5-3b23-41e4-bee4-ed5bb66dc6c9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:36:39.964Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500|| 2022-03-28T13:36:39.965Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-28T13:36:39.966Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 18499ea5-3b23-41e4-bee4-ed5bb66dc6c9 2022-03-28T13:36:39.967Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 18499ea5-3b23-41e4-bee4-ed5bb66dc6c9 2022-03-28T13:36:39.967Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-28T13:36:39.967Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:36:39.973Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b5959b1, org.onap.sdc.toscaparser.api.parameters.Input@6448ac7, org.onap.sdc.toscaparser.api.parameters.Input@ef06289, org.onap.sdc.toscaparser.api.parameters.Input@6b498ce2, org.onap.sdc.toscaparser.api.parameters.Input@7a4cc4eb] 2022-03-28T13:36:39.975Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:36:39.976Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:36:39.976Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:36:39.977Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:36:39.977Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 18499ea5-3b23-41e4-bee4-ed5bb66dc6c9: Generic NeutronNet 2022-03-28T13:36:39.977Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:36:39.978Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:36:39.978Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:36:39.978Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-03-28T13:36:40.017Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:36:40.017Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:36:40.018Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:36:40.018Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:36:40.018Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:36:40.019Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:36:40.019Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-28T13:36:40.076Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-28T13:36:40.077Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-28T13:36:40.077Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-28T13:36:40.077Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:36:40.077Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:36:40.079Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:36:40.079Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474600077, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:36:40.180Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:36:40.181Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:36:40.181Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:36:40.198Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:36:40.199Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:36:41.082Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17257944-4f40-418c-a1b7-94fe740e09cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:36:41.100Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17257944-4f40-418c-a1b7-94fe740e09cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:36:41.105Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:36:41.105Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T13:36:41.105Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T13:36:41.106Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T13:36:41.106Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:36:41.106Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:36:41.106Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:36:41.107Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:36:41.107Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:36:41.107Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:36:41.107Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:36:41.114Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T13:37:11.114Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17257944-4f40-418c-a1b7-94fe740e09cc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-28T13:37:11.123Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17257944-4f40-418c-a1b7-94fe740e09cc and serviceModelVersionId: 18499ea5-3b23-41e4-bee4-ed5bb66dc6c9 2022-03-28T13:37:11.124Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 65ecad6d-2874-495a-a2af-3b09647273c6 2022-03-28T13:37:11.134Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?depth=0 2022-03-28T13:37:11.152Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T13:37:11.250Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?depth=0|INFO|500||Invoke 2022-03-28T13:37:11.251Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17257944-4f40-418c-a1b7-94fe740e09cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c134596c-a467-4a99-9b2e-21ebedb22968], X-ECOMP-RequestID=[17257944-4f40-418c-a1b7-94fe740e09cc], X-TransactionId=[], X-ONAP-RequestID=[17257944-4f40-418c-a1b7-94fe740e09cc], Content-Type=[application/merge-patch+json]} 2022-03-28T13:37:11.280Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T13:37:11.852Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?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/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220328-13:37:10:829-24428], vertex-id=[229456], Content-Length=[0], Date=[Mon, 28 Mar 2022 13:37:10 GMT], Content-Type=[application/json]} 2022-03-28T13:37:11.852Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-28T13:37:11.853Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?depth=0|INFO|500||InvokeReturn 2022-03-28T13:37:11.854Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T13:37:11.855Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:37:11.860Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-28T13:37:11.861Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17257944-4f40-418c-a1b7-94fe740e09cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T13:37:11.861Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T13:37:11.862Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:37:11.864Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:37:11.864Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474631861, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T13:37:11.964Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:37:11.965Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:37:11.965Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:37:11.986Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:37:11.986Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-28T13:37:34.837Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:37:34.838Z|17257944-4f40-418c-a1b7-94fe740e09cc|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-03-28T13:37:34.838Z|17257944-4f40-418c-a1b7-94fe740e09cc|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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:37:34.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:37:34.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:37:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:37:34.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:37:34.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:37:34.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474594837, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:37:34.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:37:35.494Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:37:35.495Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T13:37:35.495Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"00129b02-e7f7-4c67-8a4f-1b4f95311682","serviceName":"Demo_pNF_2sokKJxZl84SvpUmIZfe","serviceVersion":"1.0","serviceUUID":"8892fa61-efdd-473c-9d17-22d7608aee67","serviceDescription":"catalog service description","serviceInvariantUUID":"c5386970-a44f-4ee9-80c6-30d3bf37d03d","resources":[{"resourceInstanceName":"pNF 670ef7be-edb6 0","resourceName":"pNF 670ef7be-edb6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"47e5506b-93f8-432c-8845-d20b4f9bcada","resourceInvariantUUID":"d9fd0439-1672-4343-82f8-fc1a9e7891ee","resourceCustomizationUUID":"7b0a1f8a-6ba8-46b6-99c0-ff83ab52cf75","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vf-license-model.xml","artifactChecksum":"YWQyMTIzNThkYWJmMjJkZTdmOWRhZDRhMGExNmFmZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"12cefd67-0649-4f92-bd6b-a9db348d44f1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/pNF.csar","artifactChecksum":"OWYyNThmODJhY2I4NWNhOGQyOGE3OWYyZTQwMzhhMGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8df60e4f-2982-4d31-8467-c98e2dc5e182","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ae9c2e64-e998-4f35-b74c-7d731954b420","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vendor-license-model.xml","artifactChecksum":"NzdjZGYwYzFjOGI3OWFjZmUxZWMyMzkwN2IzN2FkMzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"edbf043c-7600-49df-a950-33313e8e86d7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"23c3d52c-5057-4b6b-950f-8692449cc439","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9dd53f10-4a58-4f2f-8523-69f142c2abea","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2sokkjxzl84svpumizfe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-template.yml","artifactChecksum":"MzdlYWI3ZDg1MjRjNzNhOTJiNGJkMjhhYzc4Nzk1ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cfc10695-eac9-4f12-9477-5dac90f8cc90","artifactVersion":"1"},{"artifactName":"service-DemoPnf2sokkjxzl84svpumizfe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar","artifactChecksum":"MjdiZDU3MjhmMWYzZGQyYjRjZWY1YjA5ODA2ODM1NzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83269a65-0ead-4256-820e-4aa47f30db42","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T13:37:35.497Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:37:35.498Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:37:35.500Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:37:35.500Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474654837, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:37:35.600Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:37:35.601Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:37:35.602Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:37:35.623Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:37:35.624Z||pool-40-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:37:36.500Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:37:36.501Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:37:36.503Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:37:36.504Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474654837, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:37:36.604Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:37:36.605Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:37:36.605Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:37:36.618Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:37:36.619Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:37:37.504Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:37:37.505Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:37:37.509Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:37:37.509Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474654837, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:37:37.607Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-28T13:37:37.608Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:37:37.609Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:37:37.623Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:37:37.624Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:37:38.510Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:37:38.511Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:37:38.513Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:37:38.513Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474654837, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:37:38.613Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:37:38.614Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:37:38.614Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:37:38.638Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:37:38.639Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:37:39.514Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:37:39.515Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:37:39.517Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:37:39.517Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474654837, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:37:39.617Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:37:39.618Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:37:39.619Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:37:39.637Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:37:39.638Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:37:40.517Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:37:40.518Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:37:40.520Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:37:40.520Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474654837, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:37:40.621Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:37:40.622Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:37:40.622Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:37:40.648Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:37:40.649Z||pool-45-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:37:41.521Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:37:41.521Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:37:41.523Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:37:41.523Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474654837, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:37:41.633Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-03-28T13:37:41.636Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:37:41.637Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:37:41.655Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:37:41.655Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:37:42.524Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:37:42.526Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:37:42.529Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:37:42.529Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474654837, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:37:42.629Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:37:42.631Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:37:42.631Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:37:42.658Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:37:42.659Z||pool-47-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:37:43.530Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "serviceName": "Demo_pNF_2sokKJxZl84SvpUmIZfe", "serviceVersion": "1.0", "serviceUUID": "8892fa61-efdd-473c-9d17-22d7608aee67", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c5386970-a44f-4ee9-80c6-30d3bf37d03d", "resources": [ { "resourceInstanceName": "pNF 670ef7be-edb6 0", "resourceCustomizationUUID": "7b0a1f8a-6ba8-46b6-99c0-ff83ab52cf75", "resourceName": "pNF 670ef7be-edb6", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "47e5506b-93f8-432c-8845-d20b4f9bcada", "resourceInvariantUUID": "d9fd0439-1672-4343-82f8-fc1a9e7891ee", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "artifactChecksum": "MjdiZDU3MjhmMWYzZGQyYjRjZWY1YjA5ODA2ODM1NzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "83269a65-0ead-4256-820e-4aa47f30db42" } ], "workloadContext": "Production" } 2022-03-28T13:37:43.531Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T13:37:43.531Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8892fa61-efdd-473c-9d17-22d7608aee67 ASDC 2022-03-28T13:37:43.532Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:00129b02-e7f7-4c67-8a4f-1b4f95311682 ServiceName:Demo_pNF_2sokKJxZl84SvpUmIZfe ServiceVersion:1.0 ServiceUUID:8892fa61-efdd-473c-9d17-22d7608aee67 ServiceInvariantUUID:c5386970-a44f-4ee9-80c6-30d3bf37d03d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf2sokkjxzl84svpumizfe-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar ArtifactUUID:83269a65-0ead-4256-820e-4aa47f30db42 ArtifactChecksum:MjdiZDU3MjhmMWYzZGQyYjRjZWY1YjA5ODA2ODM1NzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 670ef7be-edb6 0 ResourceCustomizationUUID:7b0a1f8a-6ba8-46b6-99c0-ff83ab52cf75 ResourceInvariantUUID:d9fd0439-1672-4343-82f8-fc1a9e7891ee ResourceName:pNF 670ef7be-edb6 ResourceType:PNF ResourceUUID:47e5506b-93f8-432c-8845-d20b4f9bcada ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-28T13:37:43.532Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8892fa61-efdd-473c-9d17-22d7608aee67 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:37:43.564Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T13:37:43.565Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:37:43.565Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:37:43.566Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 83269a65-0ead-4256-820e-4aa47f30db42 from URL: /sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar 2022-03-28T13:37:43.566Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T13:37:43.567Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar 2022-03-28T13:37:44.246Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T13:37:44.251Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar 83269a65-0ead-4256-820e-4aa47f30db42 82648 2022-03-28T13:37:44.252Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar ASDC sendASDCNotification 2022-03-28T13:37:44.252Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar 2022-03-28T13:37:44.252Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:37:44.252Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:37:44.254Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:37:44.254Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474664252, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:37:44.354Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:37:44.356Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:37:44.356Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:37:44.381Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:37:44.382Z||pool-48-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:37:45.255Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T13:37:45.256Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:37:45.256Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 83269a65-0ead-4256-820e-4aa47f30db42, URL: /sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar to file: /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar 2022-03-28T13:37:45.256Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2sokkjxzl84svpumizfe-csar.csar 2022-03-28T13:37:45.257Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar 2022-03-28T13:37:45.257Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar 2022-03-28T13:37:45.385Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9586653454396949367/Definitions/service-DemoPnf2sokkjxzl84svpumizfe-template.yml 2022-03-28T13:37:46.215Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T13:37:46.215Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar 2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 670ef7be-edb6 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-DemoPnf2sokkjxzl84svpumizfe-csar.csar 2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar 2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar 2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar 2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar 2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar 2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar 2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-28T13:37:46.217Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:37:46.217Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_2sokKJxZl84SvpUmIZfe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:37:46.217Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Node template pNF 670ef7be-edb6 0 is matching search criteria 2022-03-28T13:37:46.217Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-28T13:37:46.217Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 670ef7be-edb6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T13:37:46.217Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:37:46.218Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_2sokKJxZl84SvpUmIZfe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:37:46.218Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Node template pNF 670ef7be-edb6 0 is matching search criteria 2022-03-28T13:37:46.219Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-28T13:37:46.219Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 670ef7be-edb6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T13:37:46.219Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:37:46.219Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_2sokKJxZl84SvpUmIZfe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:37:46.219Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:37:46.219Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_2sokKJxZl84SvpUmIZfe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:37:46.219Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:37:46.220Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_2sokKJxZl84SvpUmIZfe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:37:46.220Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:37:46.220Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_2sokKJxZl84SvpUmIZfe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:37:46.220Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:37:46.220Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_2sokKJxZl84SvpUmIZfe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:37:46.220Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_2sokKJxZl84SvpUmIZfe Description:catalog service description Model UUID:8892fa61-efdd-473c-9d17-22d7608aee67 Model Version:NULL Model InvariantUuid:c5386970-a44f-4ee9-80c6-30d3bf37d03d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-28T13:37:46.228Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 47e5506b-93f8-432c-8845-d20b4f9bcada Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:37:46.231Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||pNF 670ef7be-edb6 0 2022-03-28T13:37:46.232Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 47e5506b-93f8-432c-8845-d20b4f9bcada 2022-03-28T13:37:46.232Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 8892fa61-efdd-473c-9d17-22d7608aee67 2022-03-28T13:37:46.232Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8892fa61-efdd-473c-9d17-22d7608aee67 2022-03-28T13:37:46.232Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 670ef7be-edb6 0 47e5506b-93f8-432c-8845-d20b4f9bcada ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:37:46.235Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bd8ef59, org.onap.sdc.toscaparser.api.parameters.Input@57803bb9, org.onap.sdc.toscaparser.api.parameters.Input@78687cd1, org.onap.sdc.toscaparser.api.parameters.Input@c1542cd, org.onap.sdc.toscaparser.api.parameters.Input@10abd631] 2022-03-28T13:37:46.236Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:37:46.236Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_2sokKJxZl84SvpUmIZfe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:37:46.236Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8892fa61-efdd-473c-9d17-22d7608aee67: pNF 670ef7be-edb6 2022-03-28T13:37:46.236Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||Processing PNF resource: 47e5506b-93f8-432c-8845-d20b4f9bcada 2022-03-28T13:37:46.237Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:37:46.237Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_2sokKJxZl84SvpUmIZfe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:37:46.237Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||Resource customization UUID: 7b0a1f8a-6ba8-46b6-99c0-ff83ab52cf75 is the same as notified resource customizationUUID: 7b0a1f8a-6ba8-46b6-99c0-ff83ab52cf75 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-28T13:37:46.277Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 670ef7be-edb6 47e5506b-93f8-432c-8845-d20b4f9bcada 0 ASDC deployResourceStructure 2022-03-28T13:37:46.278Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar ASDC sendASDCNotification 2022-03-28T13:37:46.278Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar 2022-03-28T13:37:46.278Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:37:46.279Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:37:46.281Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:37:46.281Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474666278, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:37:46.381Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:37:46.382Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:37:46.382Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:37:46.399Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:37:46.400Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:37:47.282Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00129b02-e7f7-4c67-8a4f-1b4f95311682 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:37:47.292Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00129b02-e7f7-4c67-8a4f-1b4f95311682 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:37:47.294Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:37:47.294Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T13:37:47.294Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T13:38:17.294Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00129b02-e7f7-4c67-8a4f-1b4f95311682 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:38:17.305Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00129b02-e7f7-4c67-8a4f-1b4f95311682 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:38:17.311Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:38:17.311Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T13:38:17.312Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T13:38:34.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:38:34.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:38:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:38:34.908Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:38:34.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474594837, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:38:34.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474598043, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:38:34.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:38:34.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474600077, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:38:34.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:38:34.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474631861, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T13:38:34.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:38:34.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "cds", "timestamp": 1648474632757, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "cds", "timestamp": 1648474632757, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "cds", "timestamp": 1648474632757, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "cds", "timestamp": 1648474632757, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "clamp", "timestamp": 1648474635073, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "cds", "timestamp": 1648474632757, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "clamp", "timestamp": 1648474635073, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "multicloud-k8s-id", "timestamp": 1648474636708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "cds", "timestamp": 1648474632757, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "clamp", "timestamp": 1648474635073, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "multicloud-k8s-id", "timestamp": 1648474636708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "cds", "timestamp": 1648474632757, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "clamp", "timestamp": 1648474635073, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "multicloud-k8s-id", "timestamp": 1648474636708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "policy-id", "timestamp": 1648474639012, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "cds", "timestamp": 1648474632757, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:38:34.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "clamp", "timestamp": 1648474635073, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "multicloud-k8s-id", "timestamp": 1648474636708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "ves-openapi-manager", "timestamp": 1648474639660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "policy-id", "timestamp": 1648474639012, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "clamp", "timestamp": 1648474635073, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "cds", "timestamp": 1648474642458, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:38:34.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:38:34.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "multicloud-k8s-id", "timestamp": 1648474636708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "ves-openapi-manager", "timestamp": 1648474639660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "policy-id", "timestamp": 1648474639012, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "clamp", "timestamp": 1648474635073, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "cds", "timestamp": 1648474643467, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:38:34.940Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00129b02-e7f7-4c67-8a4f-1b4f95311682 2022-03-28T13:38:34.940Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00129b02-e7f7-4c67-8a4f-1b4f95311682 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:38:34.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "multicloud-k8s-id", "timestamp": 1648474636708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "ves-openapi-manager", "timestamp": 1648474639660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "policy-id", "timestamp": 1648474639012, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "clamp", "timestamp": 1648474635073, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:38:34.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "multicloud-k8s-id", "timestamp": 1648474636708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "ves-openapi-manager", "timestamp": 1648474639660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "policy-id", "timestamp": 1648474639012, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "multicloud-k8s-id", "timestamp": 1648474636708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:38:34.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "ves-openapi-manager", "timestamp": 1648474639660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "policy-id", "timestamp": 1648474639012, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "ves-openapi-manager", "timestamp": 1648474639660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-28T13:38:34.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "aai-ml", "timestamp": 1648474646132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "policy-id", "timestamp": 1648474639012, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "ves-openapi-manager", "timestamp": 1648474639660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "aai-ml", "timestamp": 1648474646132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "policy-id", "timestamp": 1648474639012, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:38:34.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "ves-openapi-manager", "timestamp": 1648474639660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "aai-ml", "timestamp": 1648474646132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "policy-id", "timestamp": 1648474647882, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:38:34.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:38:34.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "aai-ml", "timestamp": 1648474646132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "policy-id", "timestamp": 1648474648887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:38:34.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:38:34.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "ves-openapi-manager", "timestamp": 1648474648832, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T13:38:34.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:38:34.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "aai-ml", "timestamp": 1648474646132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "policy-id", "timestamp": 1648474649890, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:38:34.968Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00129b02-e7f7-4c67-8a4f-1b4f95311682 2022-03-28T13:38:34.969Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00129b02-e7f7-4c67-8a4f-1b4f95311682 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:38:34.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "ves-openapi-manager", "timestamp": 1648474650003, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-28T13:38:34.990Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:38:34.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "aai-ml", "timestamp": 1648474646132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474650778, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:34.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:34.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:34.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "ves-openapi-manager", "timestamp": 1648474651007, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:38:34.996Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 00129b02-e7f7-4c67-8a4f-1b4f95311682 2022-03-28T13:38:34.996Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00129b02-e7f7-4c67-8a4f-1b4f95311682 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:38:35.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:35.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "aai-ml", "timestamp": 1648474646132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:35.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:35.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:35.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474650778, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:35.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:35.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:35.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "aai-ml", "timestamp": 1648474646132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:38:35.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:35.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:35.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474650778, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:35.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:35.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:35.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "aai-ml", "timestamp": 1648474654970, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:38:35.008Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:38:35.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:35.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "clamp", "timestamp": 1648474653747, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:38:35.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:38:35.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:38:35.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474650778, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:38:35.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:38:47.312Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00129b02-e7f7-4c67-8a4f-1b4f95311682 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:38:47.339Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00129b02-e7f7-4c67-8a4f-1b4f95311682 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:38:47.341Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:38:47.341Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T13:38:47.342Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T13:39:17.342Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00129b02-e7f7-4c67-8a4f-1b4f95311682 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:39:17.353Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00129b02-e7f7-4c67-8a4f-1b4f95311682 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:39:17.355Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:39:17.355Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T13:39:17.356Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T13:39:34.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:39:34.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:39:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:39:34.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:39:34.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474650778, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:39:34.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:39:34.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474654837, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:39:34.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:39:34.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "clamp", "timestamp": 1648474655755, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:39:34.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:39:34.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474650778, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:39:34.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:39:34.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474654837, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:39:34.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:39:34.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "clamp", "timestamp": 1648474656761, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:39:34.944Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 00129b02-e7f7-4c67-8a4f-1b4f95311682 2022-03-28T13:39:34.944Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00129b02-e7f7-4c67-8a4f-1b4f95311682 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:39:34.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474650778, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:39:34.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:39:34.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474654837, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:39:34.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:39:34.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474650778, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:39:34.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:39:34.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474654837, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:39:34.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:39:34.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474654837, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:39:34.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:39:34.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474659794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:39:34.960Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:39:34.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474654837, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:39:34.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:39:34.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474654837, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:39:34.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:39:34.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "aai-ml", "timestamp": 1648474662926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:39:34.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:39:34.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474662279, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:39:34.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:39:34.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474654837, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:39:34.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:39:34.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "aai-ml", "timestamp": 1648474663931, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:39:34.969Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00129b02-e7f7-4c67-8a4f-1b4f95311682 2022-03-28T13:39:34.970Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00129b02-e7f7-4c67-8a4f-1b4f95311682 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:39:34.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474663289, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:39:34.987Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00129b02-e7f7-4c67-8a4f-1b4f95311682 2022-03-28T13:39:34.987Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00129b02-e7f7-4c67-8a4f-1b4f95311682 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:39:34.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474664252, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:39:34.997Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:39:34.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:39:34.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474666278, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:39:34.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:39:47.356Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00129b02-e7f7-4c67-8a4f-1b4f95311682 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:39:47.370Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00129b02-e7f7-4c67-8a4f-1b4f95311682 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:39:47.374Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:39:47.374Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T13:39:47.374Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T13:39:47.374Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T13:39:47.375Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:39:47.375Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:39:47.375Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:39:47.375Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:39:47.375Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:39:47.375Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:39:47.375Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:39:47.375Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:39:47.381Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T13:40:17.381Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00129b02-e7f7-4c67-8a4f-1b4f95311682 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-28T13:40:17.386Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00129b02-e7f7-4c67-8a4f-1b4f95311682 and serviceModelVersionId: 8892fa61-efdd-473c-9d17-22d7608aee67 2022-03-28T13:40:17.387Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c5386970-a44f-4ee9-80c6-30d3bf37d03d 2022-03-28T13:40:17.387Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c5386970-a44f-4ee9-80c6-30d3bf37d03d/model-vers/model-ver/8892fa61-efdd-473c-9d17-22d7608aee67?depth=0 2022-03-28T13:40:17.391Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T13:40:17.444Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5386970-a44f-4ee9-80c6-30d3bf37d03d/model-vers/model-ver/8892fa61-efdd-473c-9d17-22d7608aee67?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-28T13:40:17.446Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5386970-a44f-4ee9-80c6-30d3bf37d03d/model-vers/model-ver/8892fa61-efdd-473c-9d17-22d7608aee67?depth=0|INFO|500||Invoke 2022-03-28T13:40:17.495Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5386970-a44f-4ee9-80c6-30d3bf37d03d/model-vers/model-ver/8892fa61-efdd-473c-9d17-22d7608aee67?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T13:40:18.163Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5386970-a44f-4ee9-80c6-30d3bf37d03d/model-vers/model-ver/8892fa61-efdd-473c-9d17-22d7608aee67?depth=0|INFO|500||InvokeReturn 2022-03-28T13:40:18.164Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5386970-a44f-4ee9-80c6-30d3bf37d03d/model-vers/model-ver/8892fa61-efdd-473c-9d17-22d7608aee67?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220328-13:40:17:047-85096], vertex-id=[217096], Content-Length=[0], Date=[Mon, 28 Mar 2022 13:40:17 GMT], Content-Type=[application/json]} 2022-03-28T13:40:18.166Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-03-28T13:40:18.166Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T13:40:18.166Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:40:18.170Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-28T13:40:18.171Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00129b02-e7f7-4c67-8a4f-1b4f95311682 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T13:40:18.171Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T13:40:18.172Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:18.175Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:18.175Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474818171, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T13:40:18.275Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:40:18.276Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:18.276Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:18.293Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:18.293Z||pool-50-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-03-28T13:40:19.189Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:40:19.190Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|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-03-28T13:40:19.190Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:23.684Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:23.685Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T13:40:23.686Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"72de7277-e9a7-4284-be1a-e910ed221667","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"fc3172df-ed65-410e-aa3e-ed58ba0dd40a","serviceDescription":"service","serviceInvariantUUID":"1e87303c-07f4-4a84-abfe-bbd47c384b15","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7a42c38f-e711-4011-be86-ea2beb8cf2cd","resourceInvariantUUID":"2a52cf29-d048-48c1-abf7-e01bdc08196e","resourceCustomizationUUID":"13b886ee-a6fb-46a1-ae7a-cd96fa79f1cb","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":"NGUwMmJhNTE3NGQ5YWQzMGJjNGRhMmQyOTk1Nzk5MDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b40815d8-7d4a-45cf-9319-542b57cbaa7d","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":"10ad324a-b66a-4f12-99d5-3fc8494b4528","artifactVersion":"2","generatedFromUUID":"5450fb36-d791-4af1-97b4-32369db5dfab"},{"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":"5450fb36-d791-4af1-97b4-32369db5dfab","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":"ZGQ0NjljODVlMjIyZjI5MWI5YzAyZWFlOThmYTM2YTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c410aa80-4075-4eae-8e58-5ca135c543e6","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":"99b8c478-3123-4990-8342-e99bab40f4d0","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":"b30daf01-0bdf-471b-a7a3-0069239adc89","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":"f8931975-c241-43c9-abf0-03f80a0487fd","artifactVersion":"2","generatedFromUUID":"99b8c478-3123-4990-8342-e99bab40f4d0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Nzk0YjEyNjcxM2I0M2FiZTA4YWQzNjExNTlhMDZmZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f8fbed23-27c2-492e-8077-f4e6c368d1f0","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWQ5NTFkZjExZTU3Y2M2ZjdlZTcyMzhjZWUzNmYwNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"985a06e7-4f49-4dca-afa4-909c84d43552","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T13:40:23.688Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:40:23.689Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:23.691Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:23.691Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:23.791Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:40:23.792Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:23.792Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:23.824Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:23.824Z||pool-51-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:24.692Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:40:24.692Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:24.695Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:24.695Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-28T13:40:24.795Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:40:24.796Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:24.796Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:24.814Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:24.815Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:25.695Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:40:25.697Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:25.700Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:25.700Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-28T13:40:25.801Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-28T13:40:25.802Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:25.803Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:25.821Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:25.821Z||pool-53-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:26.707Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:40:26.708Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:26.710Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:26.711Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-28T13:40:26.811Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:40:26.812Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:26.812Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:26.874Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:26.875Z||pool-54-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:27.711Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:40:27.712Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:27.714Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:27.715Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-28T13:40:27.815Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:40:27.816Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:27.816Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:27.836Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:27.837Z||pool-55-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:28.716Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:40:28.716Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:28.719Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:28.719Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:28.819Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:40:28.820Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:28.820Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:28.838Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:28.839Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:29.720Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:40:29.722Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:29.724Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:29.724Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-28T13:40:29.825Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:40:29.826Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:29.827Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:29.853Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:29.854Z||pool-57-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:30.725Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:40:30.726Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:30.728Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:30.728Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:30.828Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:40:30.829Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:30.830Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:30.844Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:30.844Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:31.729Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:40:31.730Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:31.732Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:31.732Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:40:31.832Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:40:31.833Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:31.833Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:31.857Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:31.858Z||pool-59-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:32.734Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "fc3172df-ed65-410e-aa3e-ed58ba0dd40a", "serviceDescription": "service", "serviceInvariantUUID": "1e87303c-07f4-4a84-abfe-bbd47c384b15", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "13b886ee-a6fb-46a1-ae7a-cd96fa79f1cb", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7a42c38f-e711-4011-be86-ea2beb8cf2cd", "resourceInvariantUUID": "2a52cf29-d048-48c1-abf7-e01bdc08196e", "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": "10ad324a-b66a-4f12-99d5-3fc8494b4528", "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": "5450fb36-d791-4af1-97b4-32369db5dfab", "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": "ZGQ0NjljODVlMjIyZjI5MWI5YzAyZWFlOThmYTM2YTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c410aa80-4075-4eae-8e58-5ca135c543e6", "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": "99b8c478-3123-4990-8342-e99bab40f4d0", "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": "f8931975-c241-43c9-abf0-03f80a0487fd", "generatedFromUUID": "99b8c478-3123-4990-8342-e99bab40f4d0" }, "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": "f8931975-c241-43c9-abf0-03f80a0487fd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NWQ5NTFkZjExZTU3Y2M2ZjdlZTcyMzhjZWUzNmYwNzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "985a06e7-4f49-4dca-afa4-909c84d43552" } ], "workloadContext": "Production" } 2022-03-28T13:40:32.734Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T13:40:32.735Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fc3172df-ed65-410e-aa3e-ed58ba0dd40a ASDC 2022-03-28T13:40:32.735Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:72de7277-e9a7-4284-be1a-e910ed221667 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:fc3172df-ed65-410e-aa3e-ed58ba0dd40a ServiceInvariantUUID:1e87303c-07f4-4a84-abfe-bbd47c384b15 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:985a06e7-4f49-4dca-afa4-909c84d43552 ArtifactChecksum:NWQ5NTFkZjExZTU3Y2M2ZjdlZTcyMzhjZWUzNmYwNzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:13b886ee-a6fb-46a1-ae7a-cd96fa79f1cb ResourceInvariantUUID:2a52cf29-d048-48c1-abf7-e01bdc08196e ResourceName:basic_cnf ResourceType:VF ResourceUUID:7a42c38f-e711-4011-be86-ea2beb8cf2cd 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:10ad324a-b66a-4f12-99d5-3fc8494b4528 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:5450fb36-d791-4af1-97b4-32369db5dfab 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:c410aa80-4075-4eae-8e58-5ca135c543e6 ArtifactChecksum:ZGQ0NjljODVlMjIyZjI5MWI5YzAyZWFlOThmYTM2YTY= 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:99b8c478-3123-4990-8342-e99bab40f4d0 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:f8931975-c241-43c9-abf0-03f80a0487fd 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:f8931975-c241-43c9-abf0-03f80a0487fd ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-28T13:40:32.735Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc3172df-ed65-410e-aa3e-ed58ba0dd40a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:40:32.771Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T13:40:32.772Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:40:32.772Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:40:32.772Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 985a06e7-4f49-4dca-afa4-909c84d43552 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-28T13:40:32.773Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T13:40:32.773Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-28T13:40:32.844Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T13:40:32.849Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 985a06e7-4f49-4dca-afa4-909c84d43552 68958 2022-03-28T13:40:32.849Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-28T13:40:32.849Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-28T13:40:32.850Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:40:32.850Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:32.852Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:32.852Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474832849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:32.953Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-28T13:40:32.954Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:32.954Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:32.970Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:32.971Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:33.853Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T13:40:33.855Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:40:33.855Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 985a06e7-4f49-4dca-afa4-909c84d43552, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-28T13:40:33.855Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-28T13:40:33.856Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-28T13:40:33.856Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-28T13:40:33.964Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8959988230554073038/Definitions/service-BasicCnf-template.yml 2022-03-28T13:40:34.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:40:34.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:40:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:34.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:34.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "multicloud-k8s-id", "timestamp": 1648474716708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474710778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "policy-id", "timestamp": 1648474719013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "multicloud-k8s-id", "timestamp": 1648474716708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-28T13:40:34.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474710778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "policy-id", "timestamp": 1648474719013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "ves-openapi-manager", "timestamp": 1648474719660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "multicloud-k8s-id", "timestamp": 1648474716708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-28T13:40:34.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474710778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "policy-id", "timestamp": 1648474719013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "ves-openapi-manager", "timestamp": 1648474719660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "cds", "timestamp": 1648474722757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "multicloud-k8s-id", "timestamp": 1648474716708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-28T13:40:34.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474710778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "policy-id", "timestamp": 1648474719013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "ves-openapi-manager", "timestamp": 1648474719660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "cds", "timestamp": 1648474722757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "multicloud-k8s-id", "timestamp": 1648474716708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-28T13:40:34.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474710778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "policy-id", "timestamp": 1648474719013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-28T13:40:34.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "ves-openapi-manager", "timestamp": 1648474719660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "cds", "timestamp": 1648474722757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "multicloud-k8s-id", "timestamp": 1648474716708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474710778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "policy-id", "timestamp": 1648474719013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "ves-openapi-manager", "timestamp": 1648474719660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "cds", "timestamp": 1648474722757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "multicloud-k8s-id", "timestamp": 1648474716708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-28T13:40:34.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474710778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "policy-id", "timestamp": 1648474719013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "ves-openapi-manager", "timestamp": 1648474719660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "clamp", "timestamp": 1648474725073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "cds", "timestamp": 1648474722757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "multicloud-k8s-id", "timestamp": 1648474716708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "policy-id", "timestamp": 1648474719013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474710778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "ves-openapi-manager", "timestamp": 1648474719660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "clamp", "timestamp": 1648474725073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "cds", "timestamp": 1648474722757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "multicloud-k8s-id", "timestamp": 1648474716708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:40:34.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "policy-id", "timestamp": 1648474719013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:40:34.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474710778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:40:34.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "ves-openapi-manager", "timestamp": 1648474719660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "clamp", "timestamp": 1648474725073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "cds", "timestamp": 1648474722757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "ves-openapi-manager", "timestamp": 1648474719660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "clamp", "timestamp": 1648474725073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-28T13:40:34.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "cds", "timestamp": 1648474722757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "ves-openapi-manager", "timestamp": 1648474719660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "multicloud-k8s-id", "timestamp": 1648474729633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:34.962Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:34.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "policy-id", "timestamp": 1648474729618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:34.962Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:34.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "clamp", "timestamp": 1648474725073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474730290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:34.962Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:34.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "cds", "timestamp": 1648474722757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:40:34.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "ves-openapi-manager", "timestamp": 1648474719660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "policy-id", "timestamp": 1648474730623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:40:34.963Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:34.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "clamp", "timestamp": 1648474725073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "multicloud-k8s-id", "timestamp": 1648474730952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:34.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:34.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "ves-openapi-manager", "timestamp": 1648474719660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "cds", "timestamp": 1648474732756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:34.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:34.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "policy-id", "timestamp": 1648474731626, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:40:34.974Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72de7277-e9a7-4284-be1a-e910ed221667 2022-03-28T13:40:34.974Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72de7277-e9a7-4284-be1a-e910ed221667 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:40:34.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "clamp", "timestamp": 1648474725073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "multicloud-k8s-id", "timestamp": 1648474732180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:34.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:34.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "ves-openapi-manager", "timestamp": 1648474719660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:34.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:34.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:34.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "cds", "timestamp": 1648474733764, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:40:34.994Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72de7277-e9a7-4284-be1a-e910ed221667 2022-03-28T13:40:34.994Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72de7277-e9a7-4284-be1a-e910ed221667 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:40:35.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474733168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:40:35.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "clamp", "timestamp": 1648474725073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "multicloud-k8s-id", "timestamp": 1648474733375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:35.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "ves-openapi-manager", "timestamp": 1648474719660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "cds", "timestamp": 1648474722757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474734174, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:40:35.017Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72de7277-e9a7-4284-be1a-e910ed221667 2022-03-28T13:40:35.017Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72de7277-e9a7-4284-be1a-e910ed221667 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:40:35.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "clamp", "timestamp": 1648474725073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:40:35.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "multicloud-k8s-id", "timestamp": 1648474734465, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:40:35.030Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72de7277-e9a7-4284-be1a-e910ed221667 2022-03-28T13:40:35.030Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72de7277-e9a7-4284-be1a-e910ed221667 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-28T13:40:35.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "ves-openapi-manager", "timestamp": 1648474719660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "cds", "timestamp": 1648474722757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "aai-ml", "timestamp": 1648474736132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "multicloud-k8s-id", "timestamp": 1648474735468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T13:40:35.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "ves-openapi-manager", "timestamp": 1648474719660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "cds", "timestamp": 1648474722757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "aai-ml", "timestamp": 1648474736132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "ves-openapi-manager", "timestamp": 1648474719660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "cds", "timestamp": 1648474722757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "multicloud-k8s-id", "timestamp": 1648474736708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "aai-ml", "timestamp": 1648474736132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "cds", "timestamp": 1648474722757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "multicloud-k8s-id", "timestamp": 1648474736708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-28T13:40:35.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "aai-ml", "timestamp": 1648474736132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "cds", "timestamp": 1648474722757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "multicloud-k8s-id", "timestamp": 1648474736708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-28T13:40:35.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "policy-id", "timestamp": 1648474739012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "aai-ml", "timestamp": 1648474736132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "cds", "timestamp": 1648474722757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "multicloud-k8s-id", "timestamp": 1648474736708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "clamp", "timestamp": 1648474739763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:35.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "policy-id", "timestamp": 1648474739012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "aai-ml", "timestamp": 1648474736132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "ves-openapi-manager", "timestamp": 1648474739660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474740778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "cds", "timestamp": 1648474722757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:40:35.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "multicloud-k8s-id", "timestamp": 1648474736708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-28T13:40:35.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "policy-id", "timestamp": 1648474739012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-28T13:40:35.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "aai-ml", "timestamp": 1648474736132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "ves-openapi-manager", "timestamp": 1648474739660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474740778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "multicloud-k8s-id", "timestamp": 1648474736708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "policy-id", "timestamp": 1648474739012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "aai-ml", "timestamp": 1648474736132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "cds", "timestamp": 1648474743362, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:35.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "ves-openapi-manager", "timestamp": 1648474739660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474740778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "multicloud-k8s-id", "timestamp": 1648474736708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "clamp", "timestamp": 1648474742786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:40:35.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "policy-id", "timestamp": 1648474739012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "aai-ml", "timestamp": 1648474736132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:40:35.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "ves-openapi-manager", "timestamp": 1648474739660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474740778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "multicloud-k8s-id", "timestamp": 1648474736708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:40:35.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "clamp", "timestamp": 1648474743795, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:40:35.061Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 72de7277-e9a7-4284-be1a-e910ed221667 2022-03-28T13:40:35.061Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72de7277-e9a7-4284-be1a-e910ed221667 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:40:35.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "policy-id", "timestamp": 1648474739012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "aai-ml", "timestamp": 1648474745550, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:35.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "ves-openapi-manager", "timestamp": 1648474739660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474740778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "multicloud-k8s-id", "timestamp": 1648474744889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:35.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "clamp", "timestamp": 1648474725073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "cds", "timestamp": 1648474746193, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:40:35.087Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c605ee29-6a0c-441f-8366-449409890616 2022-03-28T13:40:35.087Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c605ee29-6a0c-441f-8366-449409890616 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:40:35.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "policy-id", "timestamp": 1648474739012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "ves-openapi-manager", "timestamp": 1648474739660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474740778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "clamp", "timestamp": 1648474725073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-28T13:40:35.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "policy-id", "timestamp": 1648474739012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:40:35.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "multicloud-k8s-id", "timestamp": 1648474746232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:35.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "ves-openapi-manager", "timestamp": 1648474739660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474740778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "cds", "timestamp": 1648474747197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "clamp", "timestamp": 1648474725073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "policy-id", "timestamp": 1648474747516, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:35.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474740778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:40:35.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "cds", "timestamp": 1648474747197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "multicloud-k8s-id", "timestamp": 1648474747815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:35.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "clamp", "timestamp": 1648474725073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "policy-id", "timestamp": 1648474748522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:40:35.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "cds", "timestamp": 1648474747197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "multicloud-k8s-id", "timestamp": 1648474748844, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:40:35.110Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c605ee29-6a0c-441f-8366-449409890616 2022-03-28T13:40:35.111Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c605ee29-6a0c-441f-8366-449409890616 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:40:35.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "clamp", "timestamp": 1648474725073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474749632, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:35.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "policy-id", "timestamp": 1648474749526, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:40:35.123Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c605ee29-6a0c-441f-8366-449409890616 2022-03-28T13:40:35.123Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c605ee29-6a0c-441f-8366-449409890616 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-28T13:40:35.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "cds", "timestamp": 1648474747197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.130Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "multicloud-k8s-id", "timestamp": 1648474749847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T13:40:35.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "clamp", "timestamp": 1648474725073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.130Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "cds", "timestamp": 1648474747197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.131Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "clamp", "timestamp": 1648474725073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.131Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "cds", "timestamp": 1648474747197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.131Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "clamp", "timestamp": 1648474725073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:40:35.131Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474752702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:40:35.132Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "cds", "timestamp": 1648474747197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:40:35.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474753713, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:40:35.136Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c605ee29-6a0c-441f-8366-449409890616 2022-03-28T13:40:35.137Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c605ee29-6a0c-441f-8366-449409890616 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:40:35.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "cds", "timestamp": 1648474755627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:35.144Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "cds", "timestamp": 1648474756664, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:40:35.154Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 137834c5-7aab-4ae2-8b3c-765adb6670fc 2022-03-28T13:40:35.155Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 137834c5-7aab-4ae2-8b3c-765adb6670fc and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:40:35.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "multicloud-k8s-id", "timestamp": 1648474756708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "multicloud-k8s-id", "timestamp": 1648474756708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-28T13:40:35.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "aai-ml", "timestamp": 1648474759549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:40:35.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "multicloud-k8s-id", "timestamp": 1648474756708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-28T13:40:35.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "aai-ml", "timestamp": 1648474760555, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:40:35.169Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72de7277-e9a7-4284-be1a-e910ed221667 2022-03-28T13:40:35.169Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72de7277-e9a7-4284-be1a-e910ed221667 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:40:35.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "policy-id", "timestamp": 1648474759012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "multicloud-k8s-id", "timestamp": 1648474756708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "aai-ml", "timestamp": 1648474736132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "policy-id", "timestamp": 1648474759012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "multicloud-k8s-id", "timestamp": 1648474756708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-28T13:40:35.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "aai-ml", "timestamp": 1648474736132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "policy-id", "timestamp": 1648474759012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-28T13:40:35.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "multicloud-k8s-id", "timestamp": 1648474756708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "aai-ml", "timestamp": 1648474736132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "policy-id", "timestamp": 1648474759012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "multicloud-k8s-id", "timestamp": 1648474756708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:40:35.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "aai-ml", "timestamp": 1648474736132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "policy-id", "timestamp": 1648474759012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "clamp", "timestamp": 1648474763790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:35.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "aai-ml", "timestamp": 1648474736132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "multicloud-k8s-id", "timestamp": 1648474764414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:35.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "policy-id", "timestamp": 1648474759012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "aai-ml", "timestamp": 1648474736132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "policy-id", "timestamp": 1648474759012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:40:35.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "multicloud-k8s-id", "timestamp": 1648474765650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:35.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "aai-ml", "timestamp": 1648474736132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "policy-id", "timestamp": 1648474766860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:35.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "multicloud-k8s-id", "timestamp": 1648474766953, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:35.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "aai-ml", "timestamp": 1648474736132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:40:35.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "policy-id", "timestamp": 1648474767866, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:40:35.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "clamp", "timestamp": 1648474767795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:40:35.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "multicloud-k8s-id", "timestamp": 1648474767983, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:40:35.194Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 137834c5-7aab-4ae2-8b3c-765adb6670fc 2022-03-28T13:40:35.195Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 137834c5-7aab-4ae2-8b3c-765adb6670fc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:40:35.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "aai-ml", "timestamp": 1648474769968, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:35.203Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "policy-id", "timestamp": 1648474768869, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:40:35.208Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 137834c5-7aab-4ae2-8b3c-765adb6670fc 2022-03-28T13:40:35.208Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 137834c5-7aab-4ae2-8b3c-765adb6670fc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-28T13:40:35.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "clamp", "timestamp": 1648474768799, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:40:35.249Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c605ee29-6a0c-441f-8366-449409890616 2022-03-28T13:40:35.249Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c605ee29-6a0c-441f-8366-449409890616 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:40:35.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "multicloud-k8s-id", "timestamp": 1648474768996, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T13:40:35.258Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:40:35.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "clamp", "timestamp": 1648474769804, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474770780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "clamp", "timestamp": 1648474769804, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-28T13:40:35.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474770780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "clamp", "timestamp": 1648474769804, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474770780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "clamp", "timestamp": 1648474769804, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:40:35.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474770780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:40:35.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:40:35.288Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T13:40:35.288Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-28T13:40:35.289Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-28T13:40:35.289Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-28T13:40:35.289Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-28T13:40:35.289Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-28T13:40:35.289Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-28T13:40:35.289Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-28T13:40:35.289Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-28T13:40:35.290Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:35.290Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:40:35.290Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-28T13:40:35.290Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-28T13:40:35.290Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T13:40:35.291Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:35.291Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:40:35.291Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-28T13:40:35.291Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-28T13:40:35.291Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T13:40:35.291Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:35.291Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:40:35.292Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:35.292Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-28T13:40:35.292Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-28T13:40:35.292Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-28T13:40:35.292Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-28T13:40:35.293Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:35.293Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T13:40:35.293Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:35.293Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-28T13:40:35.293Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:40:35.294Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:35.294Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-28T13:40:35.294Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:40:35.294Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:35.294Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-28T13:40:35.294Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:40:35.295Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:35.295Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-28T13:40:35.295Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-28T13:40:35.295Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5e5fbeee-a464-4017-b895-7c999fe182e0 2022-03-28T13:40:35.295Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:35.295Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:40:35.296Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:35.296Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:40:35.296Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:35.296Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:40:35.297Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:35.297Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:40:35.297Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:fc3172df-ed65-410e-aa3e-ed58ba0dd40a Model Version:NULL Model InvariantUuid:1e87303c-07f4-4a84-abfe-bbd47c384b15 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:ddf36697-44ba-46c3-8f4d-0c14ea07ef2b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2a52cf29-d048-48c1-abf7-e01bdc08196e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:13b886ee-a6fb-46a1-ae7a-cd96fa79f1cb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:150d2d96-2386-4fe4-9dd3-c40e81ab448a ModelName:BasicCnf..base_dummy..module-0 ModelUuid:e8113e1d-2b8c-4d70-aed0-12b2f0552ed9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5e5fbeee-a464-4017-b895-7c999fe182e0 ModelInvariantUuid:a4f287f6-c4cf-4d8e-a7d5-be002e34e209 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:e6804246-b706-4e40-81bf-8df0a703c24c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:d4f77ff6-fa96-4e94-892c-320315398e56 ModelInvariantUuid:65ab8f8c-9ed9-44a8-bd56-f542aa515a23 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:c3d7f2bf-6ad2-452e-a22b-c27a024aa047 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-28T13:40:35.303Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 7a42c38f-e711-4011-be86-ea2beb8cf2cd Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:40:35.305Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||basic_cnf 0 2022-03-28T13:40:35.306Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7a42c38f-e711-4011-be86-ea2beb8cf2cd 2022-03-28T13:40:35.306Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 10ad324a-b66a-4f12-99d5-3fc8494b4528 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-28T13:40:35.306Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T13:40:35.306Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-28T13:40:35.456Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T13:40:35.457Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 10ad324a-b66a-4f12-99d5-3fc8494b4528 12 2022-03-28T13:40:35.457Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-28T13:40:35.457Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-28T13:40:35.457Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:40:35.458Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:35.460Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:35.460Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474835457, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:35.560Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:40:35.561Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:35.562Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:35.578Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:35.578Z||pool-61-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:36.460Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5450fb36-d791-4af1-97b4-32369db5dfab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-28T13:40:36.461Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T13:40:36.461Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-28T13:40:36.840Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T13:40:36.840Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5450fb36-d791-4af1-97b4-32369db5dfab 2688 2022-03-28T13:40:36.841Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-28T13:40:36.841Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-28T13:40:36.841Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:40:36.841Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:36.843Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:36.844Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474836841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:36.943Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:40:36.944Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:36.945Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:36.957Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:36.958Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:37.846Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c410aa80-4075-4eae-8e58-5ca135c543e6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-28T13:40:37.846Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T13:40:37.846Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-28T13:40:38.532Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T13:40:38.533Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c410aa80-4075-4eae-8e58-5ca135c543e6 828 2022-03-28T13:40:38.533Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-28T13:40:38.534Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-28T13:40:38.534Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:40:38.534Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:38.536Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:38.536Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474838533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:38.636Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:40:38.637Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:38.638Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:38.652Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:38.653Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:39.537Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "150d2d96-2386-4fe4-9dd3-c40e81ab448a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8113e1d-2b8c-4d70-aed0-12b2f0552ed9", "vfModuleModelCustomizationUUID": "aa251795-353e-46fe-bdb1-b2211fda4030", "isBase": true, "artifacts": [ "5450fb36-d791-4af1-97b4-32369db5dfab", "99b8c478-3123-4990-8342-e99bab40f4d0", "f8931975-c241-43c9-abf0-03f80a0487fd" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-28T13:40:39.542Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e8113e1d-2b8c-4d70-aed0-12b2f0552ed9 VfModuleModelInvariantUUID:150d2d96-2386-4fe4-9dd3-c40e81ab448a VfModuleModelDescription:NULL Artifacts UUID List:{ 5450fb36-d791-4af1-97b4-32369db5dfab , 99b8c478-3123-4990-8342-e99bab40f4d0 , f8931975-c241-43c9-abf0-03f80a0487fd } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-28T13:40:39.543Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "150d2d96-2386-4fe4-9dd3-c40e81ab448a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8113e1d-2b8c-4d70-aed0-12b2f0552ed9", "vfModuleModelCustomizationUUID": "aa251795-353e-46fe-bdb1-b2211fda4030", "isBase": true, "artifacts": [ "5450fb36-d791-4af1-97b4-32369db5dfab", "99b8c478-3123-4990-8342-e99bab40f4d0", "f8931975-c241-43c9-abf0-03f80a0487fd" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-28T13:40:39.544Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e8113e1d-2b8c-4d70-aed0-12b2f0552ed9 VfModuleModelInvariantUUID:150d2d96-2386-4fe4-9dd3-c40e81ab448a VfModuleModelDescription:NULL Artifacts UUID List:{ 5450fb36-d791-4af1-97b4-32369db5dfab , 99b8c478-3123-4990-8342-e99bab40f4d0 , f8931975-c241-43c9-abf0-03f80a0487fd } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-28T13:40:39.544Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 99b8c478-3123-4990-8342-e99bab40f4d0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-28T13:40:39.544Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T13:40:39.544Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-28T13:40:39.743Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T13:40:39.743Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 99b8c478-3123-4990-8342-e99bab40f4d0 1164 2022-03-28T13:40:39.744Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-28T13:40:39.744Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-28T13:40:39.744Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:40:39.745Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:39.747Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:39.747Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474839744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:39.847Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:40:39.849Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:39.849Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:39.863Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:39.864Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:40.748Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f8931975-c241-43c9-abf0-03f80a0487fd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-28T13:40:40.749Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T13:40:40.749Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-28T13:40:41.255Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T13:40:41.255Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env f8931975-c241-43c9-abf0-03f80a0487fd 200 2022-03-28T13:40:41.256Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-28T13:40:41.256Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-28T13:40:41.256Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:40:41.256Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:41.258Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:41.259Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474841256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-28T13:40:41.359Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:40:41.360Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:41.360Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:41.379Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:41.380Z||pool-65-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:40:42.259Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: fc3172df-ed65-410e-aa3e-ed58ba0dd40a 2022-03-28T13:40:42.260Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7a42c38f-e711-4011-be86-ea2beb8cf2cd ASDC 2022-03-28T13:40:42.268Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:40:42.278Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f1c1d67, org.onap.sdc.toscaparser.api.parameters.Input@7b435016, org.onap.sdc.toscaparser.api.parameters.Input@26d7d198, org.onap.sdc.toscaparser.api.parameters.Input@6f019dcd, org.onap.sdc.toscaparser.api.parameters.Input@1009426f] 2022-03-28T13:40:42.279Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:42.279Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:40:42.280Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-03-28T13:40:42.280Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 13b886ee-a6fb-46a1-ae7a-cd96fa79f1cb 2022-03-28T13:40:42.280Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 13b886ee-a6fb-46a1-ae7a-cd96fa79f1cb matches Tosca VF Customization UUID: 13b886ee-a6fb-46a1-ae7a-cd96fa79f1cb 2022-03-28T13:40:42.280Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 13b886ee-a6fb-46a1-ae7a-cd96fa79f1cb matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-28T13:40:42.282Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:42.282Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:40:42.282Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 13b886ee-a6fb-46a1-ae7a-cd96fa79f1cb: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-03-28T13:40:42.282Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ae43031 2022-03-28T13:40:42.282Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:42.283Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T13:40:42.283Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aa251795-353e-46fe-bdb1-b2211fda4030 2022-03-28T13:40:42.283Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aa251795-353e-46fe-bdb1-b2211fda4030 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-28T13:40:42.285Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:42.285Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-28T13:40:42.285Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:40:42.285Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:42.285Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-28T13:40:42.286Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:40:42.286Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:42.286Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-28T13:40:42.286Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-28T13:40:42.286Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5e5fbeee-a464-4017-b895-7c999fe182e0 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-28T13:40:42.288Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:42.288Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-28T13:40:42.288Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:40:42.288Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:42.288Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-28T13:40:42.289Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=13b886ee-a6fb-46a1-ae7a-cd96fa79f1cb Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:40:42.289Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:42.290Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:40:42.290Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid fc3172df-ed65-410e-aa3e-ed58ba0dd40a: basic_cnf 2022-03-28T13:40:42.290Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:42.290Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:40:42.290Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:42.290Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:40:42.291Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:42.291Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:40:42.291Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:42.291Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:40:42.291Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:40:42.291Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:40:42.291Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:40:42.352Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7a42c38f-e711-4011-be86-ea2beb8cf2cd 1 ASDC deployResourceStructure 2022-03-28T13:40:42.353Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-28T13:40:42.353Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-03-28T13:40:42.353Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-28T13:40:42.354Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:42.355Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:42.356Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474842352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-28T13:40:42.456Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:40:42.457Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:42.457Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:42.484Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:42.485Z||pool-66-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:43.357Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-28T13:40:43.357Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-03-28T13:40:43.358Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-28T13:40:43.358Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:43.360Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:43.360Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474843357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-28T13:40:43.460Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:40:43.462Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:43.462Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:43.476Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:43.477Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:44.362Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-28T13:40:44.362Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-28T13:40:44.362Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:40:44.362Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:44.364Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:44.364Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474844361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T13:40:44.464Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:40:44.465Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:44.466Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:44.481Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:44.482Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:45.365Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-28T13:40:45.366Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-28T13:40:45.366Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:40:45.366Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:45.368Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:45.368Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474845365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-28T13:40:45.469Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-28T13:40:45.470Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:45.470Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:45.486Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:45.486Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:46.369Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-28T13:40:46.369Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-28T13:40:46.370Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:40:46.370Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:46.371Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:46.372Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474846369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-28T13:40:46.472Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:40:46.473Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:46.474Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:46.490Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:46.491Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:47.373Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-28T13:40:47.373Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-28T13:40:47.373Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:40:47.373Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:40:47.375Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:40:47.376Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474847373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:40:47.476Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:40:47.477Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:40:47.477Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:40:47.492Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:40:47.493Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:40:48.377Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72de7277-e9a7-4284-be1a-e910ed221667 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:40:48.389Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72de7277-e9a7-4284-be1a-e910ed221667 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:40:48.391Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:40:48.391Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T13:40:48.392Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T13:40:48.392Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T13:40:48.392Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:40:48.392Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:40:48.392Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:40:48.392Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:40:48.392Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:40:48.392Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:40:48.392Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:40:48.397Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T13:41:18.398Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72de7277-e9a7-4284-be1a-e910ed221667 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-28T13:41:18.406Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72de7277-e9a7-4284-be1a-e910ed221667 and serviceModelVersionId: fc3172df-ed65-410e-aa3e-ed58ba0dd40a 2022-03-28T13:41:18.406Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e87303c-07f4-4a84-abfe-bbd47c384b15 2022-03-28T13:41:18.408Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e87303c-07f4-4a84-abfe-bbd47c384b15/model-vers/model-ver/fc3172df-ed65-410e-aa3e-ed58ba0dd40a?depth=0 2022-03-28T13:41:18.414Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T13:41:18.483Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e87303c-07f4-4a84-abfe-bbd47c384b15/model-vers/model-ver/fc3172df-ed65-410e-aa3e-ed58ba0dd40a?depth=0|INFO|500||Invoke 2022-03-28T13:41:18.483Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e87303c-07f4-4a84-abfe-bbd47c384b15/model-vers/model-ver/fc3172df-ed65-410e-aa3e-ed58ba0dd40a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e87303c-07f4-4a84-abfe-bbd47c384b15/model-vers/model-ver/fc3172df-ed65-410e-aa3e-ed58ba0dd40a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72de7277-e9a7-4284-be1a-e910ed221667], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5f928aab-3462-4fac-8931-a6c17c0ca882], X-ECOMP-RequestID=[72de7277-e9a7-4284-be1a-e910ed221667], X-TransactionId=[], X-ONAP-RequestID=[72de7277-e9a7-4284-be1a-e910ed221667], Content-Type=[application/merge-patch+json]} 2022-03-28T13:41:18.505Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e87303c-07f4-4a84-abfe-bbd47c384b15/model-vers/model-ver/fc3172df-ed65-410e-aa3e-ed58ba0dd40a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T13:41:18.981Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e87303c-07f4-4a84-abfe-bbd47c384b15/model-vers/model-ver/fc3172df-ed65-410e-aa3e-ed58ba0dd40a?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/1e87303c-07f4-4a84-abfe-bbd47c384b15/model-vers/model-ver/fc3172df-ed65-410e-aa3e-ed58ba0dd40a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220328-13:41:18:052-25327], vertex-id=[262224], Content-Length=[0], Date=[Mon, 28 Mar 2022 13:41:18 GMT], Content-Type=[application/json]} 2022-03-28T13:41:18.982Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e87303c-07f4-4a84-abfe-bbd47c384b15/model-vers/model-ver/fc3172df-ed65-410e-aa3e-ed58ba0dd40a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-28T13:41:18.983Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e87303c-07f4-4a84-abfe-bbd47c384b15/model-vers/model-ver/fc3172df-ed65-410e-aa3e-ed58ba0dd40a?depth=0|INFO|500||InvokeReturn 2022-03-28T13:41:18.988Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T13:41:18.989Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:41:18.993Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-28T13:41:18.993Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72de7277-e9a7-4284-be1a-e910ed221667 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T13:41:18.994Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T13:41:18.994Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:41:18.996Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:41:18.996Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474878994, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T13:41:19.096Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:41:19.098Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:41:19.098Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:19.121Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:19.121Z||pool-72-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-28T13:41:20.018Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T13:41:20.019Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c605ee29-6a0c-441f-8366-449409890616","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c3aaf1e8-fab6-4af8-834c-440717674a07","serviceDescription":"service","serviceInvariantUUID":"1e0a9f9c-eaa1-4ce2-93d3-176b0de44801","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c0f332df-952a-4a1d-be52-6d4e6c39d0ce","resourceInvariantUUID":"8759776e-e8f8-4406-8a66-4efebd44ade0","resourceCustomizationUUID":"d723a771-755e-4611-9681-38e7304f19dd","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":"ZjY3YzlkZTc5MTU4OGI4OTFlNmIwODY2MjE4Y2QwZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba91aaaa-4f06-478b-a759-5904e86b3c7e","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":"M2Q5NjM4ZjE0ODg5YTc3YWU2MmQ3YjRiYzIwMWE3NTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"337128f8-ac70-4467-8fa2-2df400092a36","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":"3da1393e-ae8d-4806-83f7-2b83416fdea0","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":"a6a5d0dd-6315-40c8-b8e3-6dfb455ab5f7","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":"17627185-ba65-4487-9f9d-db92ef97ff66","artifactVersion":"2","generatedFromUUID":"3da1393e-ae8d-4806-83f7-2b83416fdea0"},{"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":"NDhhNDA1NWJkYWJlYzk5Yzc4N2I5NDQ1MjMzNTY2YzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3be9c2ea-b0e5-4065-b5f3-791814c0b640","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":"NWRlOWRkMjI0OTRmZGY4NjYyMmM4Zjc4ZGZjMGU5YzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eb89610b-bc1e-46f6-b7bb-24e69c7fc76c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OGVjMTlmNjFmMDdhMzRlMzNkYjljNzA4MDYwNTAyNmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6eec1083-d995-4a11-a506-2ee9e8884e72","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T13:41:20.020Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:41:20.020Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:41:20.023Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:41:20.023Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:41:20.123Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:41:20.124Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:41:20.125Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:20.156Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:20.156Z||pool-73-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:41:21.024Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:41:21.025Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:41:21.030Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:41:21.031Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-28T13:41:21.132Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-28T13:41:21.133Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:41:21.133Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:21.164Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:21.164Z||pool-74-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:41:22.033Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:41:22.034Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:41:22.037Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:41:22.037Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-28T13:41:22.137Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:41:22.140Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:41:22.141Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:22.174Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:22.175Z||pool-75-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:41:23.037Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:41:23.038Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:41:23.041Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:41:23.041Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:41:23.141Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:41:23.142Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:41:23.142Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:23.173Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:23.173Z||pool-76-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:41:24.041Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:41:24.042Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:41:24.044Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:41:24.044Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-28T13:41:24.144Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:41:24.145Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:41:24.145Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:24.176Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:24.176Z||pool-77-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:41:25.045Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:41:25.046Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:41:25.048Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:41:25.048Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:41:25.148Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:41:25.149Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:41:25.149Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:25.175Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:25.175Z||pool-78-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:41:26.051Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:41:26.054Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:41:26.058Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:41:26.059Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:41:26.159Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:41:26.160Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:41:26.160Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:26.175Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:26.176Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:41:27.059Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:41:27.060Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:41:27.062Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:41:27.062Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:41:27.162Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:41:27.163Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:41:27.163Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:27.178Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:27.179Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:41:28.063Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "c3aaf1e8-fab6-4af8-834c-440717674a07", "serviceDescription": "service", "serviceInvariantUUID": "1e0a9f9c-eaa1-4ce2-93d3-176b0de44801", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "d723a771-755e-4611-9681-38e7304f19dd", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c0f332df-952a-4a1d-be52-6d4e6c39d0ce", "resourceInvariantUUID": "8759776e-e8f8-4406-8a66-4efebd44ade0", "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": "M2Q5NjM4ZjE0ODg5YTc3YWU2MmQ3YjRiYzIwMWE3NTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "337128f8-ac70-4467-8fa2-2df400092a36", "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": "3da1393e-ae8d-4806-83f7-2b83416fdea0", "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": "17627185-ba65-4487-9f9d-db92ef97ff66", "generatedFromUUID": "3da1393e-ae8d-4806-83f7-2b83416fdea0" }, "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": "17627185-ba65-4487-9f9d-db92ef97ff66", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OGVjMTlmNjFmMDdhMzRlMzNkYjljNzA4MDYwNTAyNmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6eec1083-d995-4a11-a506-2ee9e8884e72" } ], "workloadContext": "Production" } 2022-03-28T13:41:28.064Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T13:41:28.064Z|72de7277-e9a7-4284-be1a-e910ed221667|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c3aaf1e8-fab6-4af8-834c-440717674a07 ASDC 2022-03-28T13:41:28.065Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:c605ee29-6a0c-441f-8366-449409890616 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:c3aaf1e8-fab6-4af8-834c-440717674a07 ServiceInvariantUUID:1e0a9f9c-eaa1-4ce2-93d3-176b0de44801 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:6eec1083-d995-4a11-a506-2ee9e8884e72 ArtifactChecksum:OGVjMTlmNjFmMDdhMzRlMzNkYjljNzA4MDYwNTAyNmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:d723a771-755e-4611-9681-38e7304f19dd ResourceInvariantUUID:8759776e-e8f8-4406-8a66-4efebd44ade0 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:c0f332df-952a-4a1d-be52-6d4e6c39d0ce 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:337128f8-ac70-4467-8fa2-2df400092a36 ArtifactChecksum:M2Q5NjM4ZjE0ODg5YTc3YWU2MmQ3YjRiYzIwMWE3NTI= 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:3da1393e-ae8d-4806-83f7-2b83416fdea0 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:17627185-ba65-4487-9f9d-db92ef97ff66 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:17627185-ba65-4487-9f9d-db92ef97ff66 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-28T13:41:28.065Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c3aaf1e8-fab6-4af8-834c-440717674a07 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-28T13:41:28.111Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T13:41:28.111Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:41:28.112Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:41:28.112Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6eec1083-d995-4a11-a506-2ee9e8884e72 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-28T13:41:28.112Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T13:41:28.112Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-28T13:41:28.454Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T13:41:28.458Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 6eec1083-d995-4a11-a506-2ee9e8884e72 78807 2022-03-28T13:41:28.458Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-28T13:41:28.458Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-28T13:41:28.458Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:41:28.458Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:41:28.462Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:41:28.462Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474888458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:41:28.561Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-28T13:41:28.562Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:41:28.562Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:28.579Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:28.580Z||pool-81-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:41:29.463Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T13:41:29.464Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:41:29.465Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6eec1083-d995-4a11-a506-2ee9e8884e72, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T13:41:29.465Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-28T13:41:29.466Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T13:41:29.466Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T13:41:29.574Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10716811277732898601/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-28T13:41:30.762Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T13:41:30.763Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-28T13:41:30.763Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T13:41:30.764Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-28T13:41:30.764Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T13:41:30.764Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T13:41:30.764Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T13:41:30.764Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T13:41:30.765Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T13:41:30.765Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T13:41:30.765Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T13:41:30.765Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T13:41:30.765Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T13:41:30.765Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-28T13:41:30.766Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:30.766Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:41:30.766Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T13:41:30.766Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-28T13:41:30.767Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T13:41:30.767Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:30.767Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:41:30.768Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T13:41:30.768Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-28T13:41:30.768Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T13:41:30.768Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:30.769Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:41:30.769Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:30.769Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-28T13:41:30.769Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-28T13:41:30.770Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-28T13:41:30.770Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-28T13:41:30.770Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-28T13:41:30.770Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-28T13:41:30.770Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:30.771Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T13:41:30.771Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:30.771Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T13:41:30.771Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:41:30.772Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:30.772Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T13:41:30.772Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:41:30.772Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:30.773Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T13:41:30.773Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:41:30.773Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:30.773Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-28T13:41:30.774Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-28T13:41:30.774Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-28T13:41:30.774Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7e4f2fef-6001-4163-8110-88096744e5ad 2022-03-28T13:41:30.774Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:30.774Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:41:30.775Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:30.775Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:41:30.775Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:30.775Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:41:30.775Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:30.775Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:41:30.776Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:c3aaf1e8-fab6-4af8-834c-440717674a07 Model Version:NULL Model InvariantUuid:1e0a9f9c-eaa1-4ce2-93d3-176b0de44801 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:80336d47-4dbf-498b-965c-9a348b4cbe4f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8759776e-e8f8-4406-8a66-4efebd44ade0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d723a771-755e-4611-9681-38e7304f19dd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:891b6cea-70e9-4b23-870f-ce5d5b44d948 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:e6dcdf11-c943-4302-8c63-5054e10046e9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7e4f2fef-6001-4163-8110-88096744e5ad ModelInvariantUuid:6bb8ff51-e649-426d-a430-0f8cd2ab91c4 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:e1208d94-12c2-42d5-b870-ee803cc1d491 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:90a49a54-499d-4e02-918f-12bc8647b1ab ModelInvariantUuid:0c7a4206-c098-40b5-a3ea-4fd65b63d8f1 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:a6e4e94a-91ec-4f58-84f7-c1a0e2a128e0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-28T13:41:30.782Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c0f332df-952a-4a1d-be52-6d4e6c39d0ce Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:41:30.787Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2022-03-28T13:41:30.787Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c0f332df-952a-4a1d-be52-6d4e6c39d0ce 2022-03-28T13:41:30.787Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 337128f8-ac70-4467-8fa2-2df400092a36 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-28T13:41:30.788Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T13:41:30.788Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-28T13:41:30.861Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T13:41:30.861Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 337128f8-ac70-4467-8fa2-2df400092a36 792 2022-03-28T13:41:30.862Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-28T13:41:30.862Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-28T13:41:30.862Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:41:30.862Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:41:30.864Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:41:30.864Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474890862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T13:41:30.965Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:41:30.966Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:41:30.966Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:30.983Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:30.984Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:41:31.865Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "891b6cea-70e9-4b23-870f-ce5d5b44d948", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e6dcdf11-c943-4302-8c63-5054e10046e9", "vfModuleModelCustomizationUUID": "10b58dd5-9b0b-43c3-bcbb-23368061d596", "isBase": true, "artifacts": [ "3da1393e-ae8d-4806-83f7-2b83416fdea0", "17627185-ba65-4487-9f9d-db92ef97ff66" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-28T13:41:31.870Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e6dcdf11-c943-4302-8c63-5054e10046e9 VfModuleModelInvariantUUID:891b6cea-70e9-4b23-870f-ce5d5b44d948 VfModuleModelDescription:NULL Artifacts UUID List:{ 3da1393e-ae8d-4806-83f7-2b83416fdea0 , 17627185-ba65-4487-9f9d-db92ef97ff66 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-28T13:41:31.873Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "891b6cea-70e9-4b23-870f-ce5d5b44d948", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e6dcdf11-c943-4302-8c63-5054e10046e9", "vfModuleModelCustomizationUUID": "10b58dd5-9b0b-43c3-bcbb-23368061d596", "isBase": true, "artifacts": [ "3da1393e-ae8d-4806-83f7-2b83416fdea0", "17627185-ba65-4487-9f9d-db92ef97ff66" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-28T13:41:31.873Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e6dcdf11-c943-4302-8c63-5054e10046e9 VfModuleModelInvariantUUID:891b6cea-70e9-4b23-870f-ce5d5b44d948 VfModuleModelDescription:NULL Artifacts UUID List:{ 3da1393e-ae8d-4806-83f7-2b83416fdea0 , 17627185-ba65-4487-9f9d-db92ef97ff66 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-28T13:41:31.873Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3da1393e-ae8d-4806-83f7-2b83416fdea0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-28T13:41:31.873Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T13:41:31.873Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-28T13:41:31.945Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T13:41:31.946Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3da1393e-ae8d-4806-83f7-2b83416fdea0 5033 2022-03-28T13:41:31.946Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-28T13:41:31.946Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-28T13:41:31.946Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:41:31.946Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:41:31.948Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:41:31.948Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474891946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T13:41:32.049Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:41:32.050Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:41:32.050Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:32.066Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:32.067Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:41:32.948Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 17627185-ba65-4487-9f9d-db92ef97ff66 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-28T13:41:32.949Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T13:41:32.949Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-28T13:41:33.007Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T13:41:33.008Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 17627185-ba65-4487-9f9d-db92ef97ff66 903 2022-03-28T13:41:33.008Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-28T13:41:33.008Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-28T13:41:33.008Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:41:33.009Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:41:33.010Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:41:33.010Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474893008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-28T13:41:33.111Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:41:33.112Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:41:33.112Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:33.131Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:33.131Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:41:34.011Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c3aaf1e8-fab6-4af8-834c-440717674a07 2022-03-28T13:41:34.012Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c0f332df-952a-4a1d-be52-6d4e6c39d0ce ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:41:34.024Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@431bced0, org.onap.sdc.toscaparser.api.parameters.Input@57b24a76, org.onap.sdc.toscaparser.api.parameters.Input@67eeb785, org.onap.sdc.toscaparser.api.parameters.Input@553f5e4, org.onap.sdc.toscaparser.api.parameters.Input@18a3d6d0] 2022-03-28T13:41:34.026Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:34.027Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:41:34.027Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-03-28T13:41:34.027Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d723a771-755e-4611-9681-38e7304f19dd 2022-03-28T13:41:34.027Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d723a771-755e-4611-9681-38e7304f19dd matches Tosca VF Customization UUID: d723a771-755e-4611-9681-38e7304f19dd 2022-03-28T13:41:34.027Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d723a771-755e-4611-9681-38e7304f19dd matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-28T13:41:34.029Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:34.029Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:41:34.030Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d723a771-755e-4611-9681-38e7304f19dd: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-03-28T13:41:34.030Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55a1382b 2022-03-28T13:41:34.030Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:34.030Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T13:41:34.030Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 10b58dd5-9b0b-43c3-bcbb-23368061d596 2022-03-28T13:41:34.031Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 10b58dd5-9b0b-43c3-bcbb-23368061d596 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-28T13:41:34.032Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:34.032Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T13:41:34.032Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:41:34.033Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:34.033Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T13:41:34.033Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:41:34.034Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:34.034Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-28T13:41:34.034Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-28T13:41:34.034Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-28T13:41:34.034Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7e4f2fef-6001-4163-8110-88096744e5ad Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-28T13:41:34.036Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:34.036Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T13:41:34.037Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:41:34.037Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:34.037Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T13:41:34.037Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d723a771-755e-4611-9681-38e7304f19dd Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:41:34.039Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:34.039Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:41:34.039Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c3aaf1e8-fab6-4af8-834c-440717674a07: basic_vm_macro 2022-03-28T13:41:34.039Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:34.040Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:41:34.040Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:34.040Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:41:34.040Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:34.041Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:41:34.041Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:34.041Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:41:34.041Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:41:34.041Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:41:34.042Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:41:34.090Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c0f332df-952a-4a1d-be52-6d4e6c39d0ce 1 ASDC deployResourceStructure 2022-03-28T13:41:34.091Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-28T13:41:34.091Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-28T13:41:34.091Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:41:34.091Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:41:34.093Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:41:34.094Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474894091, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T13:41:34.193Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:41:34.195Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:41:34.195Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:34.212Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:34.213Z||pool-85-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:41:34.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:41:34.845Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:41:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:34.882Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:34.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:41:34.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "clamp", "timestamp": 1648474769804, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:41:34.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:41:35.095Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-28T13:41:35.095Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-28T13:41:35.096Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:41:35.096Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:41:35.099Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:41:35.099Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474895094, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-28T13:41:35.199Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:41:35.200Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:41:35.200Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:35.215Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:35.216Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:41:36.100Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-28T13:41:36.100Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-28T13:41:36.100Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:41:36.101Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:41:36.102Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:41:36.103Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474896100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-28T13:41:36.203Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:41:36.204Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:41:36.204Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:36.235Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:36.236Z||pool-87-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:41:37.103Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-28T13:41:37.104Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-28T13:41:37.104Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:41:37.104Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:41:37.107Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:41:37.107Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474897103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:41:37.208Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:41:37.208Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:41:37.208Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:41:37.225Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:41:37.226Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:41:38.108Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c605ee29-6a0c-441f-8366-449409890616 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:41:38.123Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c605ee29-6a0c-441f-8366-449409890616 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:41:38.128Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:41:38.129Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T13:41:38.129Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T13:42:08.131Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c605ee29-6a0c-441f-8366-449409890616 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:42:08.145Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c605ee29-6a0c-441f-8366-449409890616 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:42:08.148Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:42:08.148Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T13:42:08.149Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T13:42:34.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:42:34.845Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:42:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:42:34.912Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:42:34.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474770780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:34.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:34.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "clamp", "timestamp": 1648474769804, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:34.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:34.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474770780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:34.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:34.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "clamp", "timestamp": 1648474769804, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:42:34.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:34.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474770780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:42:34.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:34.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474779012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:42:34.918Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:42:34.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "aai-ml", "timestamp": 1648474783045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:42:34.919Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:42:34.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474782428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:42:34.919Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:42:34.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "aai-ml", "timestamp": 1648474784051, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:42:34.928Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c605ee29-6a0c-441f-8366-449409890616 2022-03-28T13:42:34.929Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c605ee29-6a0c-441f-8366-449409890616 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:42:34.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474783439, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:42:34.946Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 137834c5-7aab-4ae2-8b3c-765adb6670fc 2022-03-28T13:42:34.946Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 137834c5-7aab-4ae2-8b3c-765adb6670fc and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:42:34.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "clamp", "timestamp": 1648474783256, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:42:34.957Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:42:34.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "aai-ml", "timestamp": 1648474785055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:34.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:34.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "clamp", "timestamp": 1648474784802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:42:34.958Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:42:34.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "aai-ml", "timestamp": 1648474785055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:34.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:34.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "clamp", "timestamp": 1648474785807, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:42:34.972Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 137834c5-7aab-4ae2-8b3c-765adb6670fc 2022-03-28T13:42:34.972Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 137834c5-7aab-4ae2-8b3c-765adb6670fc and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:42:34.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "aai-ml", "timestamp": 1648474785055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:34.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:34.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "aai-ml", "timestamp": 1648474785055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:34.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:34.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "aai-ml", "timestamp": 1648474785055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:34.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:34.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "aai-ml", "timestamp": 1648474785055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:34.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:34.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "aai-ml", "timestamp": 1648474785055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:42:34.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:34.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "aai-ml", "timestamp": 1648474792951, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:42:34.985Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:42:34.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "aai-ml", "timestamp": 1648474802844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:42:34.986Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:42:34.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:34.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "aai-ml", "timestamp": 1648474803848, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:42:34.992Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 137834c5-7aab-4ae2-8b3c-765adb6670fc 2022-03-28T13:42:34.992Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 137834c5-7aab-4ae2-8b3c-765adb6670fc and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:42:35.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "cds", "timestamp": 1648474812757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "clamp", "timestamp": 1648474815074, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "cds", "timestamp": 1648474812757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "clamp", "timestamp": 1648474815074, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.004Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "multicloud-k8s-id", "timestamp": 1648474816708, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.004Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "cds", "timestamp": 1648474812757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474818171, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T13:42:35.005Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:42:35.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "clamp", "timestamp": 1648474815074, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "multicloud-k8s-id", "timestamp": 1648474816708, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "cds", "timestamp": 1648474812757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "clamp", "timestamp": 1648474815074, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "multicloud-k8s-id", "timestamp": 1648474816708, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "cds", "timestamp": 1648474812757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "policy-id", "timestamp": 1648474819012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "clamp", "timestamp": 1648474815074, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "multicloud-k8s-id", "timestamp": 1648474816708, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "ves-openapi-manager", "timestamp": 1648474819660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "cds", "timestamp": 1648474812757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "policy-id", "timestamp": 1648474819012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "clamp", "timestamp": 1648474815074, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "multicloud-k8s-id", "timestamp": 1648474816708, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "ves-openapi-manager", "timestamp": 1648474819660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "cds", "timestamp": 1648474812757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "policy-id", "timestamp": 1648474819012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "clamp", "timestamp": 1648474815074, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "multicloud-k8s-id", "timestamp": 1648474816708, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "ves-openapi-manager", "timestamp": 1648474819660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "cds", "timestamp": 1648474812757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "policy-id", "timestamp": 1648474819012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "clamp", "timestamp": 1648474815074, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "multicloud-k8s-id", "timestamp": 1648474816708, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "ves-openapi-manager", "timestamp": 1648474819660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "cds", "timestamp": 1648474812757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:42:35.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "policy-id", "timestamp": 1648474819012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "clamp", "timestamp": 1648474815074, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:42:35.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-28T13:42:35.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "multicloud-k8s-id", "timestamp": 1648474816708, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "ves-openapi-manager", "timestamp": 1648474819660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "policy-id", "timestamp": 1648474819012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "cds", "timestamp": 1648474826558, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:42:35.027Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:42:35.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-28T13:42:35.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "multicloud-k8s-id", "timestamp": 1648474816708, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:42:35.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "ves-openapi-manager", "timestamp": 1648474819660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "aai-ml", "timestamp": 1648474826132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "policy-id", "timestamp": 1648474819012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-28T13:42:35.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "ves-openapi-manager", "timestamp": 1648474819660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-28T13:42:35.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "aai-ml", "timestamp": 1648474826132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "cds", "timestamp": 1648474827838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:42:35.045Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 71c855d0-3ca5-4ce0-a932-c215fbb7f328 2022-03-28T13:42:35.046Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71c855d0-3ca5-4ce0-a932-c215fbb7f328 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:42:35.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "policy-id", "timestamp": 1648474819012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-28T13:42:35.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "ves-openapi-manager", "timestamp": 1648474819660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "aai-ml", "timestamp": 1648474826132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "policy-id", "timestamp": 1648474819012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:42:35.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "ves-openapi-manager", "timestamp": 1648474819660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "aai-ml", "timestamp": 1648474826132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "policy-id", "timestamp": 1648474828970, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:42:35.058Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:42:35.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-28T13:42:35.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "aai-ml", "timestamp": 1648474826132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "ves-openapi-manager", "timestamp": 1648474829517, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T13:42:35.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:42:35.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "clamp", "timestamp": 1648474829808, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:42:35.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:42:35.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "policy-id", "timestamp": 1648474829979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:42:35.060Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:42:35.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "aai-ml", "timestamp": 1648474826132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "ves-openapi-manager", "timestamp": 1648474830553, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-28T13:42:35.060Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:42:35.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "policy-id", "timestamp": 1648474830982, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:42:35.066Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 71c855d0-3ca5-4ce0-a932-c215fbb7f328 2022-03-28T13:42:35.066Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71c855d0-3ca5-4ce0-a932-c215fbb7f328 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:42:35.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474830778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:42:35.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "aai-ml", "timestamp": 1648474826132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "ves-openapi-manager", "timestamp": 1648474831557, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:42:35.080Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 71c855d0-3ca5-4ce0-a932-c215fbb7f328 2022-03-28T13:42:35.081Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71c855d0-3ca5-4ce0-a932-c215fbb7f328 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:42:35.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "clamp", "timestamp": 1648474831820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:42:35.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:42:35.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474830778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474832849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:42:35.091Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:42:35.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "aai-ml", "timestamp": 1648474826132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "clamp", "timestamp": 1648474832825, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:42:35.097Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 71c855d0-3ca5-4ce0-a932-c215fbb7f328 2022-03-28T13:42:35.097Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71c855d0-3ca5-4ce0-a932-c215fbb7f328 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:42:35.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474830778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "aai-ml", "timestamp": 1648474826132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:42:35.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:35.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:42:35.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474830778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:42:35.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:42:38.150Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c605ee29-6a0c-441f-8366-449409890616 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:42:38.168Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c605ee29-6a0c-441f-8366-449409890616 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:42:38.172Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:42:38.172Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T13:42:38.172Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T13:42:38.172Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T13:42:38.173Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:42:38.173Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:42:38.173Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:42:38.173Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:42:38.181Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:42:38.181Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:42:38.181Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:42:38.196Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T13:43:08.196Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c605ee29-6a0c-441f-8366-449409890616 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-28T13:43:08.204Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c605ee29-6a0c-441f-8366-449409890616 and serviceModelVersionId: c3aaf1e8-fab6-4af8-834c-440717674a07 2022-03-28T13:43:08.204Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e0a9f9c-eaa1-4ce2-93d3-176b0de44801 2022-03-28T13:43:08.205Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e0a9f9c-eaa1-4ce2-93d3-176b0de44801/model-vers/model-ver/c3aaf1e8-fab6-4af8-834c-440717674a07?depth=0 2022-03-28T13:43:08.210Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T13:43:08.261Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e0a9f9c-eaa1-4ce2-93d3-176b0de44801/model-vers/model-ver/c3aaf1e8-fab6-4af8-834c-440717674a07?depth=0|INFO|500||Invoke 2022-03-28T13:43:08.262Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e0a9f9c-eaa1-4ce2-93d3-176b0de44801/model-vers/model-ver/c3aaf1e8-fab6-4af8-834c-440717674a07?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e0a9f9c-eaa1-4ce2-93d3-176b0de44801/model-vers/model-ver/c3aaf1e8-fab6-4af8-834c-440717674a07?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c605ee29-6a0c-441f-8366-449409890616], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[39fa781b-1172-4677-9da9-537e90e6f356], X-ECOMP-RequestID=[c605ee29-6a0c-441f-8366-449409890616], X-TransactionId=[], X-ONAP-RequestID=[c605ee29-6a0c-441f-8366-449409890616], Content-Type=[application/merge-patch+json]} 2022-03-28T13:43:08.286Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e0a9f9c-eaa1-4ce2-93d3-176b0de44801/model-vers/model-ver/c3aaf1e8-fab6-4af8-834c-440717674a07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T13:43:08.945Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e0a9f9c-eaa1-4ce2-93d3-176b0de44801/model-vers/model-ver/c3aaf1e8-fab6-4af8-834c-440717674a07?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/1e0a9f9c-eaa1-4ce2-93d3-176b0de44801/model-vers/model-ver/c3aaf1e8-fab6-4af8-834c-440717674a07?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220328-13:43:07:833-1488], vertex-id=[184432], Content-Length=[0], Date=[Mon, 28 Mar 2022 13:43:07 GMT], Content-Type=[application/json]} 2022-03-28T13:43:08.946Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e0a9f9c-eaa1-4ce2-93d3-176b0de44801/model-vers/model-ver/c3aaf1e8-fab6-4af8-834c-440717674a07?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-28T13:43:08.946Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e0a9f9c-eaa1-4ce2-93d3-176b0de44801/model-vers/model-ver/c3aaf1e8-fab6-4af8-834c-440717674a07?depth=0|INFO|500||InvokeReturn 2022-03-28T13:43:08.946Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T13:43:08.946Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:43:08.953Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-28T13:43:08.954Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c605ee29-6a0c-441f-8366-449409890616 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T13:43:08.954Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T13:43:08.954Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:43:08.957Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:43:08.957Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474988954, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T13:43:09.057Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:43:09.058Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:43:09.058Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:09.077Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:09.078Z||pool-89-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-28T13:43:09.993Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T13:43:09.993Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"137834c5-7aab-4ae2-8b3c-765adb6670fc","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d60f4b72-c590-4b47-bb5e-8b63b03810a1","serviceDescription":"service","serviceInvariantUUID":"14dfd4f8-b963-4faf-ac39-d9a3bb92e1e2","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7edfac1d-c8c1-4408-9cc9-9eb6272c55cf","resourceInvariantUUID":"7ebcf7c9-6646-4a39-9af9-65aade13d49a","resourceCustomizationUUID":"0bd0d17e-7090-4a1c-800c-8e6b0807175f","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":"OTQ4ODllZjE1MmZhNjVjNDY2ZWZiNGM5YzVjOWMzNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"43582027-4089-4c23-a5e3-9c2a95180345","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":"NzJhZWMzM2U5ZDI0MmIwNDc1MjBhN2E0YjdiNGM4OTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eccc585b-efa2-4c0c-836f-2b0f277f76d7","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":"d4537cdc-e14a-4cd6-a7be-54f87f29bec3","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":"368e906b-ac61-4b6b-bbb7-240b5bf225d5","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":"240489d8-616d-4d19-bd23-5e00ddca1714","artifactVersion":"2","generatedFromUUID":"d4537cdc-e14a-4cd6-a7be-54f87f29bec3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWI1ZTFkZmYxZmM3YjNmMjliNDViMWI5MmNmNmI2NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe240d35-eed0-49a4-8442-fee875aefb2a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWEzNzcxYWQzYTZmYTMzZjRmYTBmZGQzZmNjMTI2YjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ab0238d-a0e5-4f10-94bd-c626ed9f8f4d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T13:43:09.994Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:43:09.994Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:43:09.998Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:43:09.998Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:43:10.098Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:43:10.100Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:43:10.100Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:10.125Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:10.126Z||pool-90-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:43:10.999Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:43:10.999Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:43:11.002Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:43:11.002Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-28T13:43:11.105Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-28T13:43:11.107Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:43:11.107Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:11.126Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:11.127Z||pool-91-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:43:12.004Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:43:12.005Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:43:12.007Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:43:12.007Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-28T13:43:12.108Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:43:12.109Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:43:12.109Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:12.123Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:12.124Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:43:13.008Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:43:13.009Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:43:13.011Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:43:13.012Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:43:13.112Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:43:13.113Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:43:13.114Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:13.128Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:13.129Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:43:14.012Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:43:14.013Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:43:14.015Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:43:14.016Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-28T13:43:14.116Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:43:14.116Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:43:14.117Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:14.133Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:14.135Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:43:15.016Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:43:15.017Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:43:15.020Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:43:15.020Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:43:15.120Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:43:15.121Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:43:15.121Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:15.138Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:15.139Z||pool-95-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:43:16.021Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:43:16.021Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:43:16.043Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:43:16.043Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:43:16.141Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-28T13:43:16.143Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:43:16.143Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:16.165Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:16.166Z||pool-96-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:43:17.044Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "d60f4b72-c590-4b47-bb5e-8b63b03810a1", "serviceDescription": "service", "serviceInvariantUUID": "14dfd4f8-b963-4faf-ac39-d9a3bb92e1e2", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "0bd0d17e-7090-4a1c-800c-8e6b0807175f", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7edfac1d-c8c1-4408-9cc9-9eb6272c55cf", "resourceInvariantUUID": "7ebcf7c9-6646-4a39-9af9-65aade13d49a", "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": "NzJhZWMzM2U5ZDI0MmIwNDc1MjBhN2E0YjdiNGM4OTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eccc585b-efa2-4c0c-836f-2b0f277f76d7", "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": "d4537cdc-e14a-4cd6-a7be-54f87f29bec3", "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": "240489d8-616d-4d19-bd23-5e00ddca1714", "generatedFromUUID": "d4537cdc-e14a-4cd6-a7be-54f87f29bec3" }, "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": "240489d8-616d-4d19-bd23-5e00ddca1714", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YWEzNzcxYWQzYTZmYTMzZjRmYTBmZGQzZmNjMTI2YjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0ab0238d-a0e5-4f10-94bd-c626ed9f8f4d" } ], "workloadContext": "Production" } 2022-03-28T13:43:17.045Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T13:43:17.045Z|c605ee29-6a0c-441f-8366-449409890616|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d60f4b72-c590-4b47-bb5e-8b63b03810a1 ASDC 2022-03-28T13:43:17.045Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:137834c5-7aab-4ae2-8b3c-765adb6670fc ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:d60f4b72-c590-4b47-bb5e-8b63b03810a1 ServiceInvariantUUID:14dfd4f8-b963-4faf-ac39-d9a3bb92e1e2 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:0ab0238d-a0e5-4f10-94bd-c626ed9f8f4d ArtifactChecksum:YWEzNzcxYWQzYTZmYTMzZjRmYTBmZGQzZmNjMTI2YjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:0bd0d17e-7090-4a1c-800c-8e6b0807175f ResourceInvariantUUID:7ebcf7c9-6646-4a39-9af9-65aade13d49a ResourceName:basic_vm ResourceType:VF ResourceUUID:7edfac1d-c8c1-4408-9cc9-9eb6272c55cf 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:eccc585b-efa2-4c0c-836f-2b0f277f76d7 ArtifactChecksum:NzJhZWMzM2U5ZDI0MmIwNDc1MjBhN2E0YjdiNGM4OTA= 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:d4537cdc-e14a-4cd6-a7be-54f87f29bec3 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:240489d8-616d-4d19-bd23-5e00ddca1714 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:240489d8-616d-4d19-bd23-5e00ddca1714 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-28T13:43:17.045Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d60f4b72-c590-4b47-bb5e-8b63b03810a1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-28T13:43:17.077Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T13:43:17.078Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:43:17.078Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:43:17.078Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0ab0238d-a0e5-4f10-94bd-c626ed9f8f4d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-28T13:43:17.078Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T13:43:17.079Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-28T13:43:18.346Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T13:43:18.351Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0ab0238d-a0e5-4f10-94bd-c626ed9f8f4d 71058 2022-03-28T13:43:18.351Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-28T13:43:18.351Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-28T13:43:18.352Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:43:18.352Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:43:18.354Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:43:18.354Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474998351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:43:18.454Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:43:18.455Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:43:18.456Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:18.471Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:18.472Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:43:19.355Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T13:43:19.359Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:43:19.359Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0ab0238d-a0e5-4f10-94bd-c626ed9f8f4d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T13:43:19.359Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-28T13:43:19.360Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T13:43:19.360Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T13:43:19.550Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4829668596872694406/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-28T13:43:20.904Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T13:43:20.905Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-28T13:43:20.905Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T13:43:20.905Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-28T13:43:20.905Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T13:43:20.907Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T13:43:20.908Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T13:43:20.908Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T13:43:20.908Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T13:43:20.908Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T13:43:20.908Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T13:43:20.908Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T13:43:20.908Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T13:43:20.908Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-28T13:43:20.909Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:20.909Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:43:20.909Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T13:43:20.909Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-28T13:43:20.909Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T13:43:20.909Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:20.910Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:43:20.910Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T13:43:20.910Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-28T13:43:20.910Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T13:43:20.910Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:20.910Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:43:20.910Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:20.911Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-28T13:43:20.911Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-28T13:43:20.911Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-28T13:43:20.911Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-28T13:43:20.911Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-28T13:43:20.911Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-28T13:43:20.912Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:20.912Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T13:43:20.912Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:20.912Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T13:43:20.912Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:43:20.912Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:20.913Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T13:43:20.913Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:43:20.913Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:20.913Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T13:43:20.913Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:43:20.913Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:20.913Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-28T13:43:20.914Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-28T13:43:20.914Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-28T13:43:20.914Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=927f16db-20e4-4f36-b2b2-7f5386b6cc1e 2022-03-28T13:43:20.914Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:20.914Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:43:20.914Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:20.914Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:43:20.915Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:20.915Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:43:20.915Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:20.915Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:43:20.915Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:d60f4b72-c590-4b47-bb5e-8b63b03810a1 Model Version:NULL Model InvariantUuid:14dfd4f8-b963-4faf-ac39-d9a3bb92e1e2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:c3c9abfe-a66e-4630-a7ba-c23a2bed47bc Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7ebcf7c9-6646-4a39-9af9-65aade13d49a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0bd0d17e-7090-4a1c-800c-8e6b0807175f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:593a8292-2c7c-4684-aebb-346c784894f4 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:55b1b995-0fdc-40af-beb9-073f50454365 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:927f16db-20e4-4f36-b2b2-7f5386b6cc1e ModelInvariantUuid:4bcfb504-ff05-4360-98c0-11fd8f3a96b8 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:751362c7-d9c2-4ecc-ac04-7a9430e71f1b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:b81da5f7-db66-4454-b86e-535ab2f83717 ModelInvariantUuid:2785d41b-a42f-415c-bffe-d77490997d41 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:71fc39b6-8033-4f28-ae7e-85e0bc6e7d5b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-28T13:43:20.921Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 7edfac1d-c8c1-4408-9cc9-9eb6272c55cf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:43:20.923Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||basic_vm 0 2022-03-28T13:43:20.924Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7edfac1d-c8c1-4408-9cc9-9eb6272c55cf 2022-03-28T13:43:20.924Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eccc585b-efa2-4c0c-836f-2b0f277f76d7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-28T13:43:20.924Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T13:43:20.924Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-28T13:43:21.141Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T13:43:21.142Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json eccc585b-efa2-4c0c-836f-2b0f277f76d7 787 2022-03-28T13:43:21.142Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-28T13:43:21.142Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-28T13:43:21.142Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:43:21.143Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:43:21.157Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:43:21.157Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475001142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T13:43:21.245Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-03-28T13:43:21.246Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:43:21.246Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:21.263Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:21.264Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:43:22.158Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "593a8292-2c7c-4684-aebb-346c784894f4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "55b1b995-0fdc-40af-beb9-073f50454365", "vfModuleModelCustomizationUUID": "5a60a779-8735-4ad2-9ece-d8f7566cc7af", "isBase": true, "artifacts": [ "d4537cdc-e14a-4cd6-a7be-54f87f29bec3", "240489d8-616d-4d19-bd23-5e00ddca1714" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-28T13:43:22.163Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:55b1b995-0fdc-40af-beb9-073f50454365 VfModuleModelInvariantUUID:593a8292-2c7c-4684-aebb-346c784894f4 VfModuleModelDescription:NULL Artifacts UUID List:{ d4537cdc-e14a-4cd6-a7be-54f87f29bec3 , 240489d8-616d-4d19-bd23-5e00ddca1714 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-28T13:43:22.165Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "593a8292-2c7c-4684-aebb-346c784894f4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "55b1b995-0fdc-40af-beb9-073f50454365", "vfModuleModelCustomizationUUID": "5a60a779-8735-4ad2-9ece-d8f7566cc7af", "isBase": true, "artifacts": [ "d4537cdc-e14a-4cd6-a7be-54f87f29bec3", "240489d8-616d-4d19-bd23-5e00ddca1714" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-28T13:43:22.165Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:55b1b995-0fdc-40af-beb9-073f50454365 VfModuleModelInvariantUUID:593a8292-2c7c-4684-aebb-346c784894f4 VfModuleModelDescription:NULL Artifacts UUID List:{ d4537cdc-e14a-4cd6-a7be-54f87f29bec3 , 240489d8-616d-4d19-bd23-5e00ddca1714 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-28T13:43:22.165Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d4537cdc-e14a-4cd6-a7be-54f87f29bec3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-28T13:43:22.166Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T13:43:22.166Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-28T13:43:22.444Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T13:43:22.445Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d4537cdc-e14a-4cd6-a7be-54f87f29bec3 5033 2022-03-28T13:43:22.445Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-28T13:43:22.445Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-28T13:43:22.445Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:43:22.445Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:43:22.448Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:43:22.448Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475002445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T13:43:22.548Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:43:22.549Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:43:22.549Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:22.564Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:22.564Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:43:23.448Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 240489d8-616d-4d19-bd23-5e00ddca1714 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-28T13:43:23.449Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T13:43:23.450Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-28T13:43:23.637Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T13:43:23.637Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 240489d8-616d-4d19-bd23-5e00ddca1714 903 2022-03-28T13:43:23.638Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-28T13:43:23.638Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-28T13:43:23.638Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:43:23.638Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:43:23.640Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:43:23.640Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475003638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-28T13:43:23.741Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-28T13:43:23.742Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:43:23.742Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:23.773Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:23.774Z||pool-100-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:43:24.640Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d60f4b72-c590-4b47-bb5e-8b63b03810a1 2022-03-28T13:43:24.641Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7edfac1d-c8c1-4408-9cc9-9eb6272c55cf ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:43:24.654Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a49889a, org.onap.sdc.toscaparser.api.parameters.Input@f3f2e5c, org.onap.sdc.toscaparser.api.parameters.Input@a28e377, org.onap.sdc.toscaparser.api.parameters.Input@3747eefa, org.onap.sdc.toscaparser.api.parameters.Input@512cadd0] 2022-03-28T13:43:24.656Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:24.656Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:43:24.656Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-03-28T13:43:24.656Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 0bd0d17e-7090-4a1c-800c-8e6b0807175f 2022-03-28T13:43:24.657Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0bd0d17e-7090-4a1c-800c-8e6b0807175f matches Tosca VF Customization UUID: 0bd0d17e-7090-4a1c-800c-8e6b0807175f 2022-03-28T13:43:24.657Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 0bd0d17e-7090-4a1c-800c-8e6b0807175f matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-28T13:43:24.658Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:24.659Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:43:24.660Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 0bd0d17e-7090-4a1c-800c-8e6b0807175f: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-03-28T13:43:24.660Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62515b20 2022-03-28T13:43:24.660Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:24.660Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T13:43:24.660Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5a60a779-8735-4ad2-9ece-d8f7566cc7af 2022-03-28T13:43:24.660Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5a60a779-8735-4ad2-9ece-d8f7566cc7af Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-28T13:43:24.662Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:24.663Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T13:43:24.663Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:43:24.663Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:24.664Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T13:43:24.664Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:43:24.664Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:24.664Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-28T13:43:24.664Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-28T13:43:24.665Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-28T13:43:24.665Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=927f16db-20e4-4f36-b2b2-7f5386b6cc1e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-28T13:43:24.667Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:24.667Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T13:43:24.667Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T13:43:24.667Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:24.667Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T13:43:24.668Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=0bd0d17e-7090-4a1c-800c-8e6b0807175f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:43:24.669Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:24.669Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:43:24.669Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d60f4b72-c590-4b47-bb5e-8b63b03810a1: basic_vm 2022-03-28T13:43:24.670Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:24.670Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:43:24.670Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:24.670Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:43:24.670Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:24.670Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:43:24.670Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:24.670Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:43:24.671Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:43:24.671Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:43:24.671Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:43:24.749Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7edfac1d-c8c1-4408-9cc9-9eb6272c55cf 1 ASDC deployResourceStructure 2022-03-28T13:43:24.750Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-28T13:43:24.751Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-28T13:43:24.751Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:43:24.751Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:43:24.753Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:43:24.753Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475004750, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T13:43:24.854Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:43:24.855Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:43:24.855Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:24.872Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:24.873Z||pool-101-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:43:25.755Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-28T13:43:25.755Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-28T13:43:25.755Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:43:25.756Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:43:25.758Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:43:25.758Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475005754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-28T13:43:25.858Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:43:25.860Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:43:25.860Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:25.872Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:25.872Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:43:26.760Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-28T13:43:26.760Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-28T13:43:26.760Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:43:26.761Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:43:26.764Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:43:26.765Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475006759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-28T13:43:26.865Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:43:26.866Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:43:26.866Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:26.880Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:26.880Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:43:27.766Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-28T13:43:27.766Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-28T13:43:27.766Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:43:27.767Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:43:27.769Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:43:27.769Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475007766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:43:27.869Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:43:27.871Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:43:27.871Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:27.887Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:27.887Z||pool-104-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:43:28.769Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 137834c5-7aab-4ae2-8b3c-765adb6670fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:43:28.784Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 137834c5-7aab-4ae2-8b3c-765adb6670fc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:43:28.788Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:43:28.788Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T13:43:28.788Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T13:43:28.789Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T13:43:28.789Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:43:28.790Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:43:28.790Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:43:28.790Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:43:28.791Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:43:28.791Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:43:28.792Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:43:28.797Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T13:43:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:43:34.845Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:43:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:34.886Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:34.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "aai-ml", "timestamp": 1648474835944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:43:34.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474830778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:43:34.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:43:34.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474835457, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-28T13:43:34.889Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474830778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:43:34.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:43:34.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474836841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-28T13:43:34.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474830778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:43:34.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:43:34.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474830778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:43:34.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:43:34.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474838533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T13:43:34.892Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474830778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:43:34.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:43:34.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474839744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T13:43:34.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474841073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:43:34.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474841256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-28T13:43:34.895Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474842352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-28T13:43:34.895Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "aai-ml", "timestamp": 1648474843739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:43:34.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474843264, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:43:34.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474843357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-28T13:43:34.897Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "aai-ml", "timestamp": 1648474844744, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:43:34.906Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 71c855d0-3ca5-4ce0-a932-c215fbb7f328 2022-03-28T13:43:34.906Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71c855d0-3ca5-4ce0-a932-c215fbb7f328 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:43:34.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648474844272, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:43:34.923Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 71c855d0-3ca5-4ce0-a932-c215fbb7f328 2022-03-28T13:43:34.923Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71c855d0-3ca5-4ce0-a932-c215fbb7f328 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T13:43:34.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474844361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T13:43:34.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474845365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-28T13:43:34.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474846369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-28T13:43:34.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474847373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:43:34.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "72de7277-e9a7-4284-be1a-e910ed221667", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474878994, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T13:43:34.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:43:34.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:43:34.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-28T13:43:34.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:43:34.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-28T13:43:34.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:43:34.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:43:34.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:43:34.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-28T13:43:34.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:43:34.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:43:34.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:43:34.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:43:34.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:43:34.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:43:34.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T13:43:34.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474888458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:43:34.937Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474890862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T13:43:34.937Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474891946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T13:43:34.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474893008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-28T13:43:34.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:34.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:43:34.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474894091, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T13:43:34.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:43:58.797Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 137834c5-7aab-4ae2-8b3c-765adb6670fc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-28T13:43:58.803Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 137834c5-7aab-4ae2-8b3c-765adb6670fc and serviceModelVersionId: d60f4b72-c590-4b47-bb5e-8b63b03810a1 2022-03-28T13:43:58.803Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14dfd4f8-b963-4faf-ac39-d9a3bb92e1e2 2022-03-28T13:43:58.804Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14dfd4f8-b963-4faf-ac39-d9a3bb92e1e2/model-vers/model-ver/d60f4b72-c590-4b47-bb5e-8b63b03810a1?depth=0 2022-03-28T13:43:58.809Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T13:43:58.853Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14dfd4f8-b963-4faf-ac39-d9a3bb92e1e2/model-vers/model-ver/d60f4b72-c590-4b47-bb5e-8b63b03810a1?depth=0|INFO|500||Invoke 2022-03-28T13:43:58.854Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14dfd4f8-b963-4faf-ac39-d9a3bb92e1e2/model-vers/model-ver/d60f4b72-c590-4b47-bb5e-8b63b03810a1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14dfd4f8-b963-4faf-ac39-d9a3bb92e1e2/model-vers/model-ver/d60f4b72-c590-4b47-bb5e-8b63b03810a1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[137834c5-7aab-4ae2-8b3c-765adb6670fc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df6642eb-a501-4a76-829c-6a03bf533fdb], X-ECOMP-RequestID=[137834c5-7aab-4ae2-8b3c-765adb6670fc], X-TransactionId=[], X-ONAP-RequestID=[137834c5-7aab-4ae2-8b3c-765adb6670fc], Content-Type=[application/merge-patch+json]} 2022-03-28T13:43:58.875Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14dfd4f8-b963-4faf-ac39-d9a3bb92e1e2/model-vers/model-ver/d60f4b72-c590-4b47-bb5e-8b63b03810a1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T13:43:59.085Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14dfd4f8-b963-4faf-ac39-d9a3bb92e1e2/model-vers/model-ver/d60f4b72-c590-4b47-bb5e-8b63b03810a1?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/14dfd4f8-b963-4faf-ac39-d9a3bb92e1e2/model-vers/model-ver/d60f4b72-c590-4b47-bb5e-8b63b03810a1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220328-13:43:58:422-11909], vertex-id=[258056], Content-Length=[0], Date=[Mon, 28 Mar 2022 13:43:58 GMT], Content-Type=[application/json]} 2022-03-28T13:43:59.086Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14dfd4f8-b963-4faf-ac39-d9a3bb92e1e2/model-vers/model-ver/d60f4b72-c590-4b47-bb5e-8b63b03810a1?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-28T13:43:59.087Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14dfd4f8-b963-4faf-ac39-d9a3bb92e1e2/model-vers/model-ver/d60f4b72-c590-4b47-bb5e-8b63b03810a1?depth=0|INFO|500||InvokeReturn 2022-03-28T13:43:59.088Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T13:43:59.088Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:43:59.092Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-28T13:43:59.092Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 137834c5-7aab-4ae2-8b3c-765adb6670fc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T13:43:59.093Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T13:43:59.093Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:43:59.096Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:43:59.096Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475039092, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T13:43:59.196Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:43:59.197Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:43:59.197Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:43:59.219Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:43:59.220Z||pool-105-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-28T13:44:00.108Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T13:44:00.108Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"71c855d0-3ca5-4ce0-a932-c215fbb7f328","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"372b1139-8852-4b90-9dda-22fc237cafd4","serviceDescription":"service","serviceInvariantUUID":"3bdc2246-ffea-4b00-8700-88cba64275f4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cb36775a-d893-41fb-acf6-c364ae59a264","resourceInvariantUUID":"9bb5f5c3-88b4-4807-9622-fd5cd46ffd35","resourceCustomizationUUID":"16139d78-0de4-4beb-81bc-568ef8d90fa3","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":"ZGZlY2M0OTFhOTdjODQ1YmQ5NjU1Mzc3YWVjNzNlYjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15908614-ee98-4f00-96d7-9779e24a9d59","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":"f773353f-2687-4b95-b69c-9f3d796bdfd7","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":"98f2caad-4561-42d1-bc92-825ed68e5a54","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":"MGFlNjAyMWI1YTUwNmJkODEyYTcyMGMwYjI4ZGQ2MzY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2f3d83aa-c645-4e81-8701-e0908e58fbb5","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":"e070beeb-22a4-4238-b87e-79fa0d53452a","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":"43c03e89-154c-405c-84d8-741aa2714d66","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":"13ec1c4b-a74d-4b16-8efd-d28e71611f9a","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":"YTMyMzA0NjVjMDQyZDYwYmUyNWNhOGEwYTI3NGZkZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c4b070b-6824-4149-8da2-a5312b6cdfcd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGMwN2FhMmM0NjdiMmZmMjAyOTY2ZWNiZjZkNTFjZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"beabdd5b-1ea7-45c7-a423-3dafadb9c4a0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T13:44:00.109Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:44:00.110Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:44:00.111Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:44:00.112Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:44:00.212Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:44:00.213Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:44:00.213Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:44:00.226Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:44:00.227Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:44:01.112Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:44:01.113Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:44:01.115Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:44:01.115Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:44:01.216Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:44:01.217Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:44:01.217Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:44:01.237Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:44:01.238Z||pool-107-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:44:02.116Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:44:02.117Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:44:02.119Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:44:02.119Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:44:02.219Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:44:02.221Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:44:02.221Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:44:02.240Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:44:02.241Z||pool-108-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:44:03.119Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:44:03.120Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:44:03.122Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:44:03.122Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:44:03.222Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:44:03.224Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:44:03.225Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:44:03.250Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:44:03.251Z||pool-109-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:44:04.123Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:44:04.123Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:44:04.126Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:44:04.126Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:44:04.226Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:44:04.229Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:44:04.229Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:44:04.246Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:44:04.247Z||pool-110-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:44:05.127Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:44:05.128Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:44:05.130Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:44:05.131Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:44:05.231Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:44:05.232Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:44:05.232Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:44:05.246Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:44:05.246Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:44:06.131Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:44:06.132Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:44:06.134Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:44:06.134Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:44:06.234Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:44:06.235Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:44:06.235Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:44:06.254Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:44:06.255Z||pool-112-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:44:07.135Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:44:07.136Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:44:07.137Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:44:07.137Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:44:07.237Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:44:07.238Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:44:07.238Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:44:07.255Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:44:07.256Z||pool-113-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:44:08.138Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T13:44:08.141Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:44:08.144Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:44:08.144Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:44:08.244Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:44:08.245Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:44:08.245Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:44:08.262Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:44:08.263Z||pool-114-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:44:09.144Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "372b1139-8852-4b90-9dda-22fc237cafd4", "serviceDescription": "service", "serviceInvariantUUID": "3bdc2246-ffea-4b00-8700-88cba64275f4", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "16139d78-0de4-4beb-81bc-568ef8d90fa3", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "cb36775a-d893-41fb-acf6-c364ae59a264", "resourceInvariantUUID": "9bb5f5c3-88b4-4807-9622-fd5cd46ffd35", "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": "ZGMwN2FhMmM0NjdiMmZmMjAyOTY2ZWNiZjZkNTFjZmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "beabdd5b-1ea7-45c7-a423-3dafadb9c4a0" } ], "workloadContext": "Production" } 2022-03-28T13:44:09.145Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T13:44:09.145Z|137834c5-7aab-4ae2-8b3c-765adb6670fc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 372b1139-8852-4b90-9dda-22fc237cafd4 ASDC 2022-03-28T13:44:09.146Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:71c855d0-3ca5-4ce0-a932-c215fbb7f328 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:372b1139-8852-4b90-9dda-22fc237cafd4 ServiceInvariantUUID:3bdc2246-ffea-4b00-8700-88cba64275f4 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:beabdd5b-1ea7-45c7-a423-3dafadb9c4a0 ArtifactChecksum:ZGMwN2FhMmM0NjdiMmZmMjAyOTY2ZWNiZjZkNTFjZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:16139d78-0de4-4beb-81bc-568ef8d90fa3 ResourceInvariantUUID:9bb5f5c3-88b4-4807-9622-fd5cd46ffd35 ResourceName:test-pnf ResourceType:PNF ResourceUUID:cb36775a-d893-41fb-acf6-c364ae59a264 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-28T13:44:09.146Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 372b1139-8852-4b90-9dda-22fc237cafd4 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-28T13:44:09.172Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T13:44:09.173Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:44:09.173Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:44:09.173Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: beabdd5b-1ea7-45c7-a423-3dafadb9c4a0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-28T13:44:09.173Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T13:44:09.174Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-28T13:44:10.349Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T13:44:10.363Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar beabdd5b-1ea7-45c7-a423-3dafadb9c4a0 105664 2022-03-28T13:44:10.363Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-28T13:44:10.363Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-28T13:44:10.364Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T13:44:10.364Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:44:10.366Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:44:10.367Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475050363, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:44:10.466Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:44:10.467Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:44:10.467Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:44:10.484Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:44:10.485Z||pool-115-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-28T13:44:11.367Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T13:44:11.369Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T13:44:11.369Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: beabdd5b-1ea7-45c7-a423-3dafadb9c4a0, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T13:44:11.370Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-28T13:44:11.371Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T13:44:11.371Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T13:44:11.508Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3444645022223752409/Definitions/service-TestPnfMacro-template.yml 2022-03-28T13:44:12.324Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T13:44:12.325Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-28T13:44:12.326Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T13:44:12.326Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-28T13:44:12.326Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T13:44:12.326Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T13:44:12.326Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T13:44:12.326Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T13:44:12.327Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T13:44:12.327Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T13:44:12.327Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T13:44:12.327Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-28T13:44:12.327Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:44:12.328Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:44:12.328Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-28T13:44:12.328Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-28T13:44:12.329Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T13:44:12.329Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:44:12.329Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:44:12.330Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-28T13:44:12.330Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-28T13:44:12.330Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T13:44:12.330Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:44:12.330Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:44:12.331Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:44:12.331Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:44:12.331Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:44:12.331Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:44:12.332Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:44:12.332Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:44:12.332Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:44:12.332Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:44:12.332Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:372b1139-8852-4b90-9dda-22fc237cafd4 Model Version:NULL Model InvariantUuid:3bdc2246-ffea-4b00-8700-88cba64275f4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-28T13:44:12.340Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: cb36775a-d893-41fb-acf6-c364ae59a264 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:44:12.343Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||test-pnf 0 2022-03-28T13:44:12.343Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cb36775a-d893-41fb-acf6-c364ae59a264 2022-03-28T13:44:12.343Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 372b1139-8852-4b90-9dda-22fc237cafd4 2022-03-28T13:44:12.343Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 372b1139-8852-4b90-9dda-22fc237cafd4 2022-03-28T13:44:12.343Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 cb36775a-d893-41fb-acf6-c364ae59a264 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:44:12.346Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35680687, org.onap.sdc.toscaparser.api.parameters.Input@b090bfb, org.onap.sdc.toscaparser.api.parameters.Input@5b38349c, org.onap.sdc.toscaparser.api.parameters.Input@16407d0c, org.onap.sdc.toscaparser.api.parameters.Input@63e91d7d] 2022-03-28T13:44:12.347Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:44:12.347Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:44:12.347Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 372b1139-8852-4b90-9dda-22fc237cafd4: test-pnf 2022-03-28T13:44:12.347Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||Processing PNF resource: cb36775a-d893-41fb-acf6-c364ae59a264 2022-03-28T13:44:12.347Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T13:44:12.347Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T13:44:12.348Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||Resource customization UUID: 16139d78-0de4-4beb-81bc-568ef8d90fa3 is the same as notified resource customizationUUID: 16139d78-0de4-4beb-81bc-568ef8d90fa3 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-28T13:44:12.377Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf cb36775a-d893-41fb-acf6-c364ae59a264 0 ASDC deployResourceStructure 2022-03-28T13:44:12.377Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-28T13:44:12.378Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-28T13:44:12.378Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T13:44:12.378Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:44:12.380Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:44:12.380Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475052377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:44:12.480Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T13:44:12.481Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:44:12.481Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:44:12.497Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:44:12.497Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T13:44:13.382Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71c855d0-3ca5-4ce0-a932-c215fbb7f328 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:44:13.394Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71c855d0-3ca5-4ce0-a932-c215fbb7f328 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-28T13:44:13.397Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T13:44:13.398Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T13:44:13.398Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T13:44:13.398Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T13:44:13.398Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:44:13.398Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:44:13.398Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:44:13.398Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:44:13.398Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:44:13.398Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:44:13.398Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T13:44:13.399Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T13:44:13.403Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T13:44:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:44:34.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:44:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:44:34.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:44:34.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:44:34.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474895094, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-28T13:44:34.878Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:44:34.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:44:34.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474896100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-28T13:44:34.878Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:44:34.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T13:44:34.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474897103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:44:34.879Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:44:43.404Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 71c855d0-3ca5-4ce0-a932-c215fbb7f328 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-28T13:44:43.411Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 71c855d0-3ca5-4ce0-a932-c215fbb7f328 and serviceModelVersionId: 372b1139-8852-4b90-9dda-22fc237cafd4 2022-03-28T13:44:43.411Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3bdc2246-ffea-4b00-8700-88cba64275f4 2022-03-28T13:44:43.413Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3bdc2246-ffea-4b00-8700-88cba64275f4/model-vers/model-ver/372b1139-8852-4b90-9dda-22fc237cafd4?depth=0 2022-03-28T13:44:43.432Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T13:44:43.484Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bdc2246-ffea-4b00-8700-88cba64275f4/model-vers/model-ver/372b1139-8852-4b90-9dda-22fc237cafd4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-28T13:44:43.490Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bdc2246-ffea-4b00-8700-88cba64275f4/model-vers/model-ver/372b1139-8852-4b90-9dda-22fc237cafd4?depth=0|INFO|500||Invoke 2022-03-28T13:44:43.510Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bdc2246-ffea-4b00-8700-88cba64275f4/model-vers/model-ver/372b1139-8852-4b90-9dda-22fc237cafd4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T13:44:44.033Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bdc2246-ffea-4b00-8700-88cba64275f4/model-vers/model-ver/372b1139-8852-4b90-9dda-22fc237cafd4?depth=0|INFO|500||InvokeReturn 2022-03-28T13:44:44.035Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bdc2246-ffea-4b00-8700-88cba64275f4/model-vers/model-ver/372b1139-8852-4b90-9dda-22fc237cafd4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220328-13:44:43:058-16550], vertex-id=[282704], Content-Length=[0], Date=[Mon, 28 Mar 2022 13:44:43 GMT], Content-Type=[application/json]} 2022-03-28T13:44:44.036Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-03-28T13:44:44.036Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T13:44:44.036Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T13:44:44.043Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-28T13:44:44.045Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 71c855d0-3ca5-4ce0-a932-c215fbb7f328 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T13:44:44.045Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T13:44:44.046Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T13:44:44.048Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T13:44:44.049Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475084045, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T13:44:44.149Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T13:44:44.151Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T13:44:44.151Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ... 2022-03-28T13:44:44.170Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:44:44.171Z||pool-117-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-28T13:44:45.061Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:44:45.062Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|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-03-28T13:44:45.062Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:44:55.393Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:44:55.394Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:44:55.395Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|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-03-28T13:44:55.395Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:45:05.008Z|71c855d0-3ca5-4ce0-a932-c215fbb7f328|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:45:05.009Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:45:05.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:45:05.010Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:45:14.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:45:14.598Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:45:14.599Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:45:14.599Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:45:24.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:45:24.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:45:24.171Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:45:24.171Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:45:33.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:45:33.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:45:33.728Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:45:33.728Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:45:34.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:45:34.845Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:45:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:45:34.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:45:34.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:45:34.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c605ee29-6a0c-441f-8366-449409890616", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474988954, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T13:45:34.883Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:45:34.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:45:34.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:45:34.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:45:34.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:45:34.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-28T13:45:34.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:45:34.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:45:34.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-28T13:45:34.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:45:34.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:45:34.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:45:34.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:45:34.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:45:34.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-28T13:45:34.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:45:34.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:45:34.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:45:34.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:45:34.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:45:34.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:45:34.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-28T13:45:34.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:45:34.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474998351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:45:34.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:45:34.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:45:34.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475001142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T13:45:34.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:45:34.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:45:34.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475002445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T13:45:34.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:45:34.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:45:34.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475003638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-28T13:45:34.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:45:34.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:45:34.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475004750, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T13:45:34.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:45:34.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:45:34.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475005754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-28T13:45:34.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:45:34.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:45:34.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475006759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-28T13:45:34.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:45:34.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T13:45:34.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475007766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:45:34.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:45:43.294Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:45:43.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:45:43.295Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:45:43.296Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:45:52.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:46:34.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:46:34.837Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:46:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:46:34.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:46:34.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:46:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:46:34.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:46:34.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:46:34.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "137834c5-7aab-4ae2-8b3c-765adb6670fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475039092, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T13:46:34.886Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:46:34.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:46:34.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:46:34.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:46:34.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:46:34.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T13:46:34.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:46:34.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:46:34.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T13:46:34.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:46:34.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:46:34.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T13:46:34.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:46:34.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:46:34.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T13:46:34.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:46:34.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:46:34.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:46:34.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:46:34.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:46:34.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T13:46:34.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:46:34.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:46:34.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T13:46:34.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:46:34.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:46:34.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648474819189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T13:46:34.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T13:46:34.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:46:34.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475050363, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T13:46:34.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:46:34.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:46:34.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475052377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T13:46:34.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:46:44.425Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:47:34.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:47:34.838Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:47:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:47:34.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:47:34.845Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:47:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:47:35.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:47:35.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T13:47:35.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71c855d0-3ca5-4ce0-a932-c215fbb7f328", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648475084045, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T13:47:35.375Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T13:47:44.400Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:48:34.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:48:34.838Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:48:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:48:34.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:48:34.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:48:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:48:44.414Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:48:44.414Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:49:34.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:49:34.838Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:49:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:49:34.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:49:34.844Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:49:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:49:44.409Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:49:44.409Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:50:34.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:50:34.838Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:50:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:50:34.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:50:34.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:50:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:50:44.410Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:50:44.410Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:51:34.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:51:34.839Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:51:34.839Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:51:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:51:34.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:51:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:51:44.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:51:44.419Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:52:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:52:34.841Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:52:34.842Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:52:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:52:34.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:52:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:52:44.400Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:52:44.429Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:53:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:53:34.838Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:53:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:53:34.843Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:53:34.844Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:53:34.844Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:53:44.392Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:53:44.392Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:54:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:54:34.838Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:54:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:54:34.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:54:34.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:54:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:54:44.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:54:44.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:55:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:55:34.838Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:55:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:55:34.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:55:34.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:55:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:55:44.394Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:55:44.396Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:56:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:56:34.837Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:56:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:56:34.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:56:34.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:56:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:56:44.396Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:56:44.402Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:57:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:57:34.837Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:57:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:57:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:57:34.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:57:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:57:44.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:57:44.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:58:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:58:34.838Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:58:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:58:34.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:58:34.844Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:58:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:58:44.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:58:44.391Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:59:34.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:59:34.837Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:59:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:59:34.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T13:59:34.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T13:59:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T13:59:44.416Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T13:59:44.417Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T14:00:34.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T14:00:34.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T14:00:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T14:00:34.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T14:00:34.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T14:00:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T14:00:44.417Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T14:00:44.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T14:01:34.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T14:01:34.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T14:01:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T14:01:34.843Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T14:01:34.844Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T14:01:34.844Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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 dKDEZwuJy4XraxeH) ... 2022-03-28T14:01:44.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T14:01:44.458Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T14:02:34.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T14:02:34.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T14:02:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T14:02:34.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T14:02:34.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T14:02:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T14:02:44.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T14:02:44.453Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T14:03:34.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T14:03:34.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T14:03:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T14:03:34.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T14:03:34.843Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T14:03:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T14:03:44.417Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T14:03:44.422Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T14:04:34.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T14:04:34.841Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T14:04:34.842Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T14:04:34.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T14:04:34.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T14:04:34.844Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T14:04:44.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T14:04:44.406Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T14:05:34.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T14:05:34.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T14:05:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T14:05:34.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T14:05:34.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T14:05:34.845Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T14:05:44.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T14:05:44.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T14:06:34.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T14:06:34.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T14:06:34.838Z||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 dKDEZwuJy4XraxeH) ... 2022-03-28T14:06:34.843Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T14:06:34.844Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T14:06:34.844Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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 dKDEZwuJy4XraxeH) ... 2022-03-28T14:06:44.409Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T14:06:44.415Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK